47 lines
1000 B
Plaintext
47 lines
1000 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://xh0p6v5ir05f"]
|
|
|
|
[ext_resource type="Script" path="res://Game.gd" id="1_p1u1m"]
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_p1u1m")
|
|
|
|
[node name="Score" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 551.0
|
|
offset_top = 1.0
|
|
offset_right = 605.0
|
|
offset_bottom = 24.0
|
|
text = "0"
|
|
|
|
[node name="Click" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
shortcut_in_tooltip = false
|
|
|
|
[node name="ScoreLabel" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 503.0
|
|
offset_right = 551.0
|
|
offset_bottom = 23.0
|
|
text = "Score:"
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
[node name="MenuButton" type="MenuButton" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 108.0
|
|
offset_right = 50.0
|
|
offset_bottom = 139.0
|
|
text = "Shop"
|
|
item_count = 1
|
|
popup/item_0/text = "test"
|
|
popup/item_0/id = 0
|