153 lines
4.2 KiB
Plaintext
153 lines
4.2 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://2xiybbxvsdwi"]
|
|
|
|
[ext_resource type="Script" path="res://Root.gd" id="1_dq55c"]
|
|
[ext_resource type="Script" path="res://User Interface/Header.gd" id="2_e5bkm"]
|
|
[ext_resource type="Script" path="res://User Interface/TeamButton.gd" id="3_2wxqa"]
|
|
[ext_resource type="Script" path="res://User Interface/Bossbutton.gd" id="4_0lt4t"]
|
|
[ext_resource type="Script" path="res://User Interface/BossGrid.gd" id="5_1d3gb"]
|
|
[ext_resource type="Script" path="res://User Interface/Boss1.gd" id="6_pp6ep"]
|
|
[ext_resource type="Script" path="res://User Interface/CharacterRoll.gd" id="7_7lppr"]
|
|
|
|
[node name="Root" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = 768.0
|
|
offset_bottom = 432.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_dq55c")
|
|
|
|
[node name="UI" type="Control" parent="."]
|
|
anchors_preset = 0
|
|
offset_right = 1920.0
|
|
offset_bottom = 1080.0
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="UI"]
|
|
|
|
[node name="Header" type="HBoxContainer" parent="UI/CanvasLayer"]
|
|
offset_left = 3.0
|
|
offset_right = 395.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("2_e5bkm")
|
|
|
|
[node name="ScoreLabel" type="Label" parent="UI/CanvasLayer/Header"]
|
|
layout_mode = 2
|
|
text = "Score:"
|
|
|
|
[node name="Score" type="Label" parent="UI/CanvasLayer/Header"]
|
|
layout_mode = 2
|
|
text = "0"
|
|
|
|
[node name="Timer" type="Timer" parent="UI/CanvasLayer/Header"]
|
|
autostart = true
|
|
|
|
[node name="ClickUpgrades" type="MenuButton" parent="UI/CanvasLayer/Header"]
|
|
visible = false
|
|
layout_mode = 2
|
|
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/CanvasLayer/Header"]
|
|
visible = false
|
|
layout_mode = 2
|
|
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="TeamButton" type="Button" parent="UI/CanvasLayer/Header"]
|
|
layout_mode = 2
|
|
text = "Team"
|
|
flat = true
|
|
alignment = 0
|
|
script = ExtResource("3_2wxqa")
|
|
|
|
[node name="Bossbutton" type="Button" parent="UI/CanvasLayer/Header"]
|
|
layout_mode = 2
|
|
text = "Bosses"
|
|
flat = true
|
|
alignment = 0
|
|
script = ExtResource("4_0lt4t")
|
|
|
|
[node name="ClickAddLabel" type="Label" parent="UI/CanvasLayer/Header"]
|
|
layout_mode = 2
|
|
text = "ClickAdd:"
|
|
|
|
[node name="ClickAdd" type="Label" parent="UI/CanvasLayer/Header"]
|
|
layout_mode = 2
|
|
text = "0"
|
|
|
|
[node name="PerSecLabel" type="Label" parent="UI/CanvasLayer/Header"]
|
|
layout_mode = 2
|
|
text = "PerSec:
|
|
"
|
|
|
|
[node name="PerSec" type="Label" parent="UI/CanvasLayer/Header"]
|
|
layout_mode = 2
|
|
text = "0"
|
|
|
|
[node name="MultiplierLabel" type="Label" parent="UI/CanvasLayer/Header"]
|
|
layout_mode = 2
|
|
text = "Multiplier:
|
|
"
|
|
|
|
[node name="Multiplier" type="Label" parent="UI/CanvasLayer/Header"]
|
|
layout_mode = 2
|
|
text = "0"
|
|
|
|
[node name="BossFights" type="PanelContainer" parent="UI"]
|
|
layout_mode = 0
|
|
offset_left = 857.0
|
|
offset_top = 294.0
|
|
offset_right = 1049.0
|
|
offset_bottom = 422.0
|
|
|
|
[node name="BossGrid" type="GridContainer" parent="UI/BossFights"]
|
|
layout_mode = 2
|
|
script = ExtResource("5_1d3gb")
|
|
|
|
[node name="Boss1" type="TextureButton" parent="UI/BossFights/BossGrid"]
|
|
layout_mode = 2
|
|
script = ExtResource("6_pp6ep")
|
|
|
|
[node name="CharacterRoll" type="PanelContainer" parent="UI/BossFights/BossGrid"]
|
|
visible = false
|
|
layout_mode = 2
|
|
script = ExtResource("7_7lppr")
|