|
1 | | -[gd_scene load_steps=33 format=3 uid="uid://bg71kho7jirad"] |
| 1 | +[gd_scene load_steps=34 format=3 uid="uid://bg71kho7jirad"] |
2 | 2 |
|
3 | 3 | [ext_resource type="Script" uid="uid://caukqabpein8y" path="res://addons/talo/samples/playground/scripts/identify_button.gd" id="1_o53s3"] |
4 | 4 | [ext_resource type="Script" uid="uid://b8sqvkjr862hc" path="res://addons/talo/samples/playground/scripts/identified_state.gd" id="1_qsdrr"] |
|
30 | 30 | [ext_resource type="Script" uid="uid://d2xemrkvvbehq" path="res://addons/talo/samples/playground/scripts/get_global_history_button.gd" id="13_recjy"] |
31 | 31 | [ext_resource type="Script" uid="uid://dujbepgthemyv" path="res://addons/talo/samples/playground/scripts/update_save_button.gd" id="14_lvmju"] |
32 | 32 | [ext_resource type="Script" uid="uid://qrvgsfbol2pi" path="res://addons/talo/samples/playground/scripts/delete_save_button.gd" id="15_iq1bk"] |
| 33 | +[ext_resource type="Script" uid="uid://rbegoqu8uebd" path="res://addons/talo/samples/playground/scripts/list_player_stats_button.gd" id="16_jxvic"] |
33 | 34 | [ext_resource type="Script" uid="uid://dv0oalue8qe6" path="res://addons/talo/samples/playground/scripts/get_categories_button.gd" id="18_vdjyg"] |
34 | 35 | [ext_resource type="Script" uid="uid://cm1bgc6hi7ah5" path="res://addons/talo/samples/playground/scripts/send_feedback_button.gd" id="19_2r4rn"] |
35 | 36 |
|
@@ -199,6 +200,11 @@ layout_mode = 2 |
199 | 200 | text = "Get player stat" |
200 | 201 | script = ExtResource("13_814oc") |
201 | 202 |
|
| 203 | +[node name="ListPlayerStatsButton" type="Button" parent="UI/Content/APIs/Stats"] |
| 204 | +layout_mode = 2 |
| 205 | +text = "List player stats" |
| 206 | +script = ExtResource("16_jxvic") |
| 207 | + |
202 | 208 | [node name="TrackStatButton" type="Button" parent="UI/Content/APIs/Stats"] |
203 | 209 | layout_mode = 2 |
204 | 210 | text = "Track stat" |
@@ -545,6 +551,7 @@ script = ExtResource("2_ncaxm") |
545 | 551 | [connection signal="pressed" from="UI/Content/APIs/Stats/GetAllStatsButton" to="UI/Content/APIs/Stats/GetAllStatsButton" method="_on_pressed"] |
546 | 552 | [connection signal="pressed" from="UI/Content/APIs/Stats/GetStatButton" to="UI/Content/APIs/Stats/GetStatButton" method="_on_pressed"] |
547 | 553 | [connection signal="pressed" from="UI/Content/APIs/Stats/GetPlayerStatButton" to="UI/Content/APIs/Stats/GetPlayerStatButton" method="_on_pressed"] |
| 554 | +[connection signal="pressed" from="UI/Content/APIs/Stats/ListPlayerStatsButton" to="UI/Content/APIs/Stats/ListPlayerStatsButton" method="_on_pressed"] |
548 | 555 | [connection signal="pressed" from="UI/Content/APIs/Stats/TrackStatButton" to="UI/Content/APIs/Stats/TrackStatButton" method="_on_pressed"] |
549 | 556 | [connection signal="pressed" from="UI/Content/APIs/Stats/GetStatHistoryButton" to="UI/Content/APIs/Stats/GetStatHistoryButton" method="_on_pressed"] |
550 | 557 | [connection signal="pressed" from="UI/Content/APIs/Stats/GetGlobalHistoryButton" to="UI/Content/APIs/Stats/GetGlobalHistoryButton" method="_on_pressed"] |
|
0 commit comments