Add some icons to game_finished screen
This commit is contained in:
parent
00776a4c52
commit
6f65709ab6
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_6xxma"]
|
[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_6xxma"]
|
||||||
[ext_resource type="PackedScene" uid="uid://2sfy0vq0fqt3" path="res://scenes/ui/player_listing.tscn" id="1_ou354"]
|
[ext_resource type="PackedScene" uid="uid://2sfy0vq0fqt3" path="res://scenes/ui/player_listing.tscn" id="1_ou354"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://cvwkoo60a2rt6" path="res://raw_assets/icons/PNG/White/1x/return.png" id="2_o2l72"]
|
||||||
[ext_resource type="PackedScene" uid="uid://thi85gv3blli" path="res://scenes/ui/player_stats_panel.tscn" id="3_5t2yd"]
|
[ext_resource type="PackedScene" uid="uid://thi85gv3blli" path="res://scenes/ui/player_stats_panel.tscn" id="3_5t2yd"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://dug30f5w0gkk7" path="res://raw_assets/icons/PNG/White/1x/save.png" id="3_ac0vs"]
|
||||||
|
|
||||||
[node name="game_finished" type="GameFinishedScreen" unique_id=700430082 node_paths=PackedStringArray("title_container", "back_button", "player_listings", "save_file_dialog")]
|
[node name="game_finished" type="GameFinishedScreen" unique_id=700430082 node_paths=PackedStringArray("title_container", "back_button", "player_listings", "save_file_dialog")]
|
||||||
title_container = NodePath("title_container")
|
title_container = NodePath("title_container")
|
||||||
@ -43,6 +45,7 @@ grow_horizontal = 2
|
|||||||
grow_vertical = 0
|
grow_vertical = 0
|
||||||
theme_override_font_sizes/font_size = 32
|
theme_override_font_sizes/font_size = 32
|
||||||
text = "Back"
|
text = "Back"
|
||||||
|
icon = ExtResource("2_o2l72")
|
||||||
|
|
||||||
[node name="save_replay" type="Button" parent="." unique_id=1199584793]
|
[node name="save_replay" type="Button" parent="." unique_id=1199584793]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
@ -59,6 +62,7 @@ grow_horizontal = 2
|
|||||||
grow_vertical = 0
|
grow_vertical = 0
|
||||||
theme_override_font_sizes/font_size = 32
|
theme_override_font_sizes/font_size = 32
|
||||||
text = "Save Replay"
|
text = "Save Replay"
|
||||||
|
icon = ExtResource("3_ac0vs")
|
||||||
|
|
||||||
[node name="player_listings" type="PlayerListings" parent="." unique_id=602626392 node_paths=PackedStringArray("player_stats_panel")]
|
[node name="player_listings" type="PlayerListings" parent="." unique_id=602626392 node_paths=PackedStringArray("player_stats_panel")]
|
||||||
player_listing_scene = ExtResource("1_ou354")
|
player_listing_scene = ExtResource("1_ou354")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user