added the proper tokens
This commit is contained in:
parent
48ed398349
commit
28766d0a84
12 changed files with 194 additions and 13 deletions
29
game.tscn
29
game.tscn
|
|
@ -1,10 +1,11 @@
|
|||
[gd_scene load_steps=15 format=3 uid="uid://sntwtley2f7d"]
|
||||
[gd_scene load_steps=16 format=3 uid="uid://sntwtley2f7d"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dj6mkweo8kgcs" path="res://Sprites/smol-up.png" id="1_80nbo"]
|
||||
[ext_resource type="Script" uid="uid://c7c1yy0hv1u3r" path="res://logic.gd" id="1_e2o6t"]
|
||||
[ext_resource type="Texture2D" uid="uid://cmkql3pb4tbn8" path="res://Sprites/smol-right.png" id="3_7jktm"]
|
||||
[ext_resource type="Texture2D" uid="uid://ducbe6ucctlr6" path="res://Sprites/smol-down.png" id="4_ryrav"]
|
||||
[ext_resource type="Texture2D" uid="uid://25g6athehh1s" path="res://Sprites/smol-left.png" id="5_eow3j"]
|
||||
[ext_resource type="Texture2D" uid="uid://dtuhor3ddshjj" path="res://Sprites/i4SHOW05.png" id="2_lc2xo"]
|
||||
[ext_resource type="Texture2D" uid="uid://bct03qrlqbp2p" path="res://Sprites/i2SHOW05.png" id="3_215e1"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1d7lvq5y1aw2" path="res://Sprites/i3SHOW05.png" id="4_7sc4i"]
|
||||
[ext_resource type="Texture2D" uid="uid://3bxybfkha33x" path="res://Sprites/i1SHOW05.png" id="5_80cx4"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1a8mhh32trmb" path="res://Sprites/i_HIDE00.png" id="6_e8heu"]
|
||||
[ext_resource type="Texture2D" uid="uid://y2ytspjqefbk" path="res://Sprites/smol-blank.png" id="6_ryrav"]
|
||||
[ext_resource type="Texture2D" uid="uid://n6rnl67gxggv" path="res://Sprites/hint00.png" id="7_hve3p"]
|
||||
[ext_resource type="Texture2D" uid="uid://bvgpivc827tra" path="res://Sprites/TimerBarGrey.png" id="8_iotsf"]
|
||||
|
|
@ -19,15 +20,17 @@ font_size = 30
|
|||
[sub_resource type="LabelSettings" id="LabelSettings_7sc4i"]
|
||||
font_size = 30
|
||||
|
||||
[node name="Node2D" type="Node2D" node_paths=PackedStringArray("icon_container", "progress_bar", "scroll_container", "score_label", "life_container")]
|
||||
[node name="Node2D" type="Node2D" node_paths=PackedStringArray("icon_container", "progress_bar", "scroll_container", "score_label", "life_container", "round_label")]
|
||||
script = ExtResource("1_e2o6t")
|
||||
code_len = 1
|
||||
icon_container = NodePath("CanvasLayer/VBoxContainer/HFlowContainer/VBoxContainer/HBoxContainer")
|
||||
icons = Array[Texture]([ExtResource("1_80nbo"), ExtResource("3_7jktm"), ExtResource("4_ryrav"), ExtResource("5_eow3j"), ExtResource("6_ryrav")])
|
||||
icons = Array[Texture]([ExtResource("2_lc2xo"), ExtResource("3_215e1"), ExtResource("4_7sc4i"), ExtResource("5_80cx4"), ExtResource("6_e8heu")])
|
||||
progress_bar = NodePath("CanvasLayer/VBoxContainer/HFlowContainer/VBoxContainer/ProgressBar")
|
||||
scroll_container = NodePath("CanvasLayer/VBoxContainer/HFlowContainer")
|
||||
score_label = NodePath("CanvasLayer/Score_Lives Display/ScoreLabel")
|
||||
life_container = NodePath("CanvasLayer/Score_Lives Display/Lives")
|
||||
life_texture = ExtResource("9_iotsf")
|
||||
round_label = NodePath("RoundDisplay/RoundLabel")
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
|
|
@ -287,12 +290,12 @@ offset_right = 1095.0
|
|||
offset_bottom = 488.0
|
||||
texture = ExtResource("10_lc2xo")
|
||||
|
||||
[node name="Label" type="Label" parent="RoundDisplay"]
|
||||
[node name="RoundLabel" type="Label" parent="RoundDisplay"]
|
||||
layout_mode = 0
|
||||
offset_left = 57.0
|
||||
offset_top = 81.0
|
||||
offset_right = 136.0
|
||||
offset_bottom = 123.0
|
||||
text = "8 of 8"
|
||||
offset_left = 4.0
|
||||
offset_top = 82.0
|
||||
offset_right = 186.0
|
||||
offset_bottom = 124.0
|
||||
text = "888 of 888"
|
||||
label_settings = SubResource("LabelSettings_7sc4i")
|
||||
horizontal_alignment = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue