This commit is contained in:
2023-09-05 01:52:10 -07:00
parent c645c56fb8
commit b9e66d9f93
42 changed files with 780 additions and 95 deletions

View File

@@ -1,12 +1,12 @@
[gd_scene load_steps=8 format=3 uid="uid://dq1gtd55p04do"]
[ext_resource type="Script" path="res://Scripts/StageGUI.cs" id="1_wr2m0"]
[ext_resource type="Texture2D" uid="uid://d18xmfbg47qpi" path="res://Textures/Portraits/blank-background.png" id="2_rh3al"]
[ext_resource type="Script" path="res://Scripts/CharacterSelectUpdateService.cs" id="3_5iw21"]
[ext_resource type="Texture2D" uid="uid://5fnvx1dxl85g" path="res://Textures/Portraits/cap-bg.png" id="3_o2fah"]
[ext_resource type="Texture2D" uid="uid://d237k682uasn0" path="res://Textures/Portraits/pisces-bg.png" id="4_df6a8"]
[ext_resource type="Texture2D" uid="uid://fqmkmpmackem" path="res://Textures/Portraits/character-BACKGROUND-ONLY.png" id="4_xa2n6"]
[ext_resource type="Texture2D" uid="uid://dqukqw3vwfrog" path="res://Textures/Portraits/sag-bg.png" id="5_k6b7h"]
[ext_resource type="Texture2D" uid="uid://d0yx2qyi7dfkp" path="res://Textures/Portraits/scorpio-bg.png" id="6_vgqeh"]
[ext_resource type="Texture2D" uid="uid://c3eubpygfvc3l" path="res://Textures/Portraits/cap-bg-char.png" id="4_fuv8s"]
[ext_resource type="Texture2D" uid="uid://1pgw8he4k5va" path="res://Textures/Portraits/pisces-bg-char.png" id="5_y2ln6"]
[ext_resource type="Texture2D" uid="uid://bacwvejc4hcou" path="res://Textures/Portraits/sag-bg-char.png" id="6_iltal"]
[ext_resource type="Texture2D" uid="uid://o7uu4efxf36e" path="res://Textures/Portraits/scorpio-bg-char.png" id="7_tgrf5"]
[node name="StageGUI" type="Control"]
process_mode = 3
@@ -28,7 +28,7 @@ offset_top = -540.0
offset_right = 420.0
offset_bottom = 540.0
grow_vertical = 2
texture = ExtResource("4_xa2n6")
texture = ExtResource("2_rh3al")
[node name="SidebarRight" type="TextureRect" parent="."]
layout_mode = 1
@@ -42,7 +42,7 @@ offset_top = -540.0
offset_bottom = 540.0
grow_horizontal = 0
grow_vertical = 2
texture = ExtResource("4_xa2n6")
texture = ExtResource("2_rh3al")
[node name="CharacterSelect" type="Control" parent="."]
process_mode = 3
@@ -74,7 +74,7 @@ offset_top = -540.0
offset_right = 420.0
offset_bottom = 540.0
grow_vertical = 2
texture = ExtResource("3_o2fah")
texture = ExtResource("4_fuv8s")
stretch_mode = 2
[node name="PiscesBG" type="TextureRect" parent="CharacterSelect/P1"]
@@ -87,7 +87,7 @@ offset_top = -540.0
offset_right = 420.0
offset_bottom = 540.0
grow_vertical = 2
texture = ExtResource("4_df6a8")
texture = ExtResource("5_y2ln6")
stretch_mode = 2
[node name="SagBG" type="TextureRect" parent="CharacterSelect/P1"]
@@ -100,7 +100,7 @@ offset_top = -540.0
offset_right = 420.0
offset_bottom = 540.0
grow_vertical = 2
texture = ExtResource("5_k6b7h")
texture = ExtResource("6_iltal")
stretch_mode = 2
[node name="ScorpioBG" type="TextureRect" parent="CharacterSelect/P1"]
@@ -113,7 +113,7 @@ offset_top = -540.0
offset_right = 420.0
offset_bottom = 540.0
grow_vertical = 2
texture = ExtResource("6_vgqeh")
texture = ExtResource("7_tgrf5")
stretch_mode = 2
[node name="P2" type="Control" parent="CharacterSelect"]
@@ -142,7 +142,7 @@ offset_top = -540.0
offset_bottom = 540.0
grow_horizontal = 0
grow_vertical = 2
texture = ExtResource("3_o2fah")
texture = ExtResource("4_fuv8s")
[node name="PiscesBG" type="TextureRect" parent="CharacterSelect/P2"]
visible = false
@@ -157,7 +157,7 @@ offset_top = -540.0
offset_bottom = 540.0
grow_horizontal = 0
grow_vertical = 2
texture = ExtResource("4_df6a8")
texture = ExtResource("5_y2ln6")
[node name="SagBG" type="TextureRect" parent="CharacterSelect/P2"]
visible = false
@@ -172,7 +172,7 @@ offset_top = -540.0
offset_bottom = 540.0
grow_horizontal = 0
grow_vertical = 2
texture = ExtResource("5_k6b7h")
texture = ExtResource("6_iltal")
[node name="ScorpioBG" type="TextureRect" parent="CharacterSelect/P2"]
visible = false
@@ -187,7 +187,7 @@ offset_top = -540.0
offset_bottom = 540.0
grow_horizontal = 0
grow_vertical = 2
texture = ExtResource("6_vgqeh")
texture = ExtResource("7_tgrf5")
[connection signal="CapricornP1Selected" from="." to="CharacterSelect" method="OnCapricornP1Selected"]
[connection signal="CapricornP2Selected" from="." to="CharacterSelect" method="OnCapricornP2Selected"]