Initial Commit, Score and Upgrades
This commit is contained in:
61
GamDE3B.tmp
Normal file
61
GamDE3B.tmp
Normal file
@@ -0,0 +1,61 @@
|
||||
[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="ClickUpgrades" type="MenuButton" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 3.0
|
||||
offset_top = 108.0
|
||||
offset_right = 50.0
|
||||
offset_bottom = 139.0
|
||||
text = "Click Upgrade"
|
||||
|
||||
[node name="Plus1" type="TextureButton" parent="ClickUpgrades"]
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="PassiveUpgrades" type="MenuButton" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 3.0
|
||||
offset_top = 139.0
|
||||
offset_right = 147.0
|
||||
offset_bottom = 170.0
|
||||
text = "Passive Upgrades"
|
||||
item_count = 2
|
||||
popup/item_0/text = "+1/s"
|
||||
popup/item_0/id = 0
|
||||
popup/item_1/text = "+5/s"
|
||||
popup/item_1/id = 1
|
||||
Reference in New Issue
Block a user