112 lines
2.6 KiB
Plaintext
112 lines
2.6 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://blwuy4v4qqyna"]
|
|
|
|
[ext_resource type="Script" path="res://UI.gd" id="1_4f1r8"]
|
|
|
|
[node name="Root" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="UI" type="Control" parent="."]
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_4f1r8")
|
|
|
|
[node name="Score" type="Label" parent="UI"]
|
|
layout_mode = 0
|
|
offset_left = 50.0
|
|
offset_top = 2.0
|
|
offset_right = 104.0
|
|
offset_bottom = 25.0
|
|
text = "0"
|
|
|
|
[node name="Click" type="Button" parent="UI"]
|
|
visible = false
|
|
layout_mode = 0
|
|
offset_left = 461.0
|
|
offset_top = 22.0
|
|
offset_right = 608.0
|
|
offset_bottom = 116.0
|
|
shortcut_in_tooltip = false
|
|
text = "Click Me"
|
|
flat = true
|
|
|
|
[node name="ScoreLabel" type="Label" parent="UI"]
|
|
layout_mode = 0
|
|
offset_left = 2.0
|
|
offset_top = 1.0
|
|
offset_right = 50.0
|
|
offset_bottom = 24.0
|
|
text = "Score:"
|
|
|
|
[node name="Timer" type="Timer" parent="UI"]
|
|
autostart = true
|
|
|
|
[node name="ClickUpgrades" type="MenuButton" parent="UI"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 108.0
|
|
offset_right = 126.0
|
|
offset_bottom = 139.0
|
|
text = "Click Upgrades"
|
|
item_count = 9
|
|
popup/item_0/text = "+1 Cost:10"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "+10 Cost: 100"
|
|
popup/item_1/id = 1
|
|
popup/item_2/text = "+20 Cost:1,000"
|
|
popup/item_2/id = 2
|
|
popup/item_3/text = "+40 Cost: 10,000"
|
|
popup/item_3/id = 3
|
|
popup/item_4/text = "+60 Cost: 100,000"
|
|
popup/item_4/id = 4
|
|
popup/item_5/text = "+80 Cost: 1,000,000"
|
|
popup/item_5/id = 5
|
|
popup/item_6/text = "+100 Cost: 10,000,000"
|
|
popup/item_6/id = 6
|
|
popup/item_7/text = "+200 Cost: 100,000,000"
|
|
popup/item_7/id = 7
|
|
popup/item_8/text = "+400 Cost: 1,000,000,000"
|
|
popup/item_8/id = 8
|
|
|
|
[node name="PassiveUpgrades" type="MenuButton" parent="UI"]
|
|
layout_mode = 0
|
|
offset_left = 3.0
|
|
offset_top = 139.0
|
|
offset_right = 147.0
|
|
offset_bottom = 170.0
|
|
text = "Passive Upgrades"
|
|
item_count = 9
|
|
popup/item_0/text = "2/s Cost: 100"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "10/s Cost: 1,000"
|
|
popup/item_1/id = 1
|
|
popup/item_2/text = "20/s Cost: 10,000"
|
|
popup/item_2/id = 2
|
|
popup/item_3/text = "50/s Cost: 100,000"
|
|
popup/item_3/id = 3
|
|
popup/item_4/text = "100/s Cost:1,000,000"
|
|
popup/item_4/id = 4
|
|
popup/item_5/text = "200/s Cost: 10,000,000"
|
|
popup/item_5/id = 5
|
|
popup/item_6/text = "500/s Cost: 100,000,000"
|
|
popup/item_6/id = 6
|
|
popup/item_7/text = "1,000/s Cost: 1,000,000,000"
|
|
popup/item_7/id = 7
|
|
popup/item_8/text = "10,000/s Cost: 10,000,000,000"
|
|
popup/item_8/id = 8
|
|
|
|
[node name="ItemList" type="ItemList" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 529.0
|
|
offset_top = 179.0
|
|
offset_right = 671.0
|
|
offset_bottom = 370.0
|
|
item_count = 2
|
|
item_0/text = "Item 1"
|
|
item_1/text = "Item 2"
|