Team Selection, Damage Engine, Stat Allocation
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
[gd_scene load_steps=14 format=3 uid="uid://xh0p6v5ir05f"]
|
||||
[gd_scene load_steps=17 format=3 uid="uid://xh0p6v5ir05f"]
|
||||
|
||||
[ext_resource type="Script" path="res://Root.gd" id="1_dtx5s"]
|
||||
[ext_resource type="Script" path="res://User Interface/TeamButton.gd" id="3_g0muc"]
|
||||
[ext_resource type="Script" path="res://User Interface/Header.gd" id="3_q5rri"]
|
||||
[ext_resource type="Script" path="res://User Interface/Member1.gd" id="4_4xump"]
|
||||
[ext_resource type="Texture2D" uid="uid://bfdqkquqtf6ir" path="res://Images/plus-icon-vector-illustration.jpg" id="4_gxo13"]
|
||||
[ext_resource type="Script" path="res://TeamSelection.gd" id="6_1cnw8"]
|
||||
[ext_resource type="Script" path="res://User Interface/Member2.gd" id="6_spk65"]
|
||||
[ext_resource type="Script" path="res://User Interface/Member3.gd" id="6_tuvg4"]
|
||||
[ext_resource type="Script" path="res://User Interface/Member4.gd" id="7_5ow7k"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1kl4huy0vnin" path="res://Member/#1 - Transparent Icons.png" id="7_s2y5l"]
|
||||
[ext_resource type="Script" path="res://User Interface/Hank.gd" id="8_kx4m8"]
|
||||
[ext_resource type="Script" path="res://User Interface/Member5.gd" id="8_n56qv"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_74gmg"]
|
||||
atlas = ExtResource("7_s2y5l")
|
||||
@@ -64,6 +67,7 @@ text = "0"
|
||||
autostart = true
|
||||
|
||||
[node name="ClickUpgrades" type="MenuButton" parent="UI/CanvasLayer/Header"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
text = "Click Upgrades"
|
||||
item_count = 9
|
||||
@@ -87,6 +91,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
|
||||
@@ -133,8 +138,16 @@ text = "PerSec:
|
||||
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="AspectRatioContainer" type="AspectRatioContainer" parent="UI"]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_left = -2.60654
|
||||
offset_top = 271.396
|
||||
@@ -149,42 +162,39 @@ alignment = 1
|
||||
[node name="Member1" type="TextureButton" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
custom_minimum_size = Vector2(200, 10)
|
||||
layout_mode = 2
|
||||
texture_normal = ExtResource("4_gxo13")
|
||||
ignore_texture_size = true
|
||||
stretch_mode = 0
|
||||
script = ExtResource("4_4xump")
|
||||
|
||||
[node name="VSeparator" type="VSeparator" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Button2" type="Button" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
[node name="Member2" type="TextureButton" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
custom_minimum_size = Vector2(200, 10)
|
||||
layout_mode = 2
|
||||
text = "Click Here"
|
||||
script = ExtResource("6_spk65")
|
||||
|
||||
[node name="VSeparator2" type="VSeparator" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Button3" type="Button" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
[node name="Member3" type="TextureButton" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
custom_minimum_size = Vector2(200, 10)
|
||||
layout_mode = 2
|
||||
text = "Click Here"
|
||||
script = ExtResource("6_tuvg4")
|
||||
|
||||
[node name="VSeparator3" type="VSeparator" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Button4" type="Button" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
[node name="Member4" type="TextureButton" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
custom_minimum_size = Vector2(200, 10)
|
||||
layout_mode = 2
|
||||
text = "Click Here"
|
||||
script = ExtResource("7_5ow7k")
|
||||
|
||||
[node name="VSeparator4" type="VSeparator" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Button5" type="Button" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
[node name="Member5" type="TextureButton" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
custom_minimum_size = Vector2(200, 10)
|
||||
layout_mode = 2
|
||||
text = "Click Here"
|
||||
script = ExtResource("8_n56qv")
|
||||
|
||||
[node name="Label" type="Label" parent="UI/AspectRatioContainer/TeamScreen"]
|
||||
visible = false
|
||||
@@ -193,6 +203,7 @@ text = "testtestsetsetsetsetsetsetset"
|
||||
|
||||
[node name="TeamSelection" type="GridContainer" parent="UI"]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_left = 3.0
|
||||
offset_top = 40.0
|
||||
offset_right = 1923.0
|
||||
@@ -201,6 +212,7 @@ columns = 10
|
||||
script = ExtResource("6_1cnw8")
|
||||
|
||||
[node name="Hank" type="TextureButton" parent="UI/TeamSelection"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture_normal = SubResource("AtlasTexture_74gmg")
|
||||
script = ExtResource("8_kx4m8")
|
||||
@@ -208,13 +220,16 @@ memberClickAdd = 5
|
||||
memberPerSec = 25
|
||||
|
||||
[node name="Rory" type="TextureButton" parent="UI/TeamSelection"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture_normal = SubResource("AtlasTexture_xmmtg")
|
||||
|
||||
[node name="TextureButton3" type="TextureButton" parent="UI/TeamSelection"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture_normal = SubResource("AtlasTexture_l5qwh")
|
||||
|
||||
[node name="TextureButton4" type="TextureButton" parent="UI/TeamSelection"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture_normal = SubResource("AtlasTexture_t1ab2")
|
||||
|
||||
Reference in New Issue
Block a user