Character Roll prototype
This commit is contained in:
@@ -1,27 +1,32 @@
|
||||
[gd_scene load_steps=17 format=3 uid="uid://xh0p6v5ir05f"]
|
||||
[gd_scene load_steps=22 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="Script" path="res://User Interface/Bossbutton.gd" id="4_7wp2t"]
|
||||
[ext_resource type="Script" path="res://User Interface/AspectRatioContainer.gd" id="5_priim"]
|
||||
[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"]
|
||||
[ext_resource type="Script" path="res://User Interface/BossGrid.gd" id="12_16xc1"]
|
||||
[ext_resource type="Script" path="res://User Interface/Boss1.gd" id="12_ullwe"]
|
||||
[ext_resource type="Script" path="res://User Interface/CharacterRoll.gd" id="14_ox8ae"]
|
||||
|
||||
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_8gi0c"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_74gmg"]
|
||||
atlas = ExtResource("7_s2y5l")
|
||||
atlas = SubResource("CompressedTexture2D_8gi0c")
|
||||
region = Rect2(128, 0, 32, 32)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_xmmtg"]
|
||||
atlas = ExtResource("7_s2y5l")
|
||||
atlas = SubResource("CompressedTexture2D_8gi0c")
|
||||
region = Rect2(96, 320, 32, 32)
|
||||
|
||||
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_pioex"]
|
||||
load_path = "res://.godot/imported/#1 - Transparent Icons.png-075c51137bc59a17da3b30778a360723.ctex"
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_l5qwh"]
|
||||
atlas = SubResource("CompressedTexture2D_pioex")
|
||||
@@ -121,6 +126,13 @@ flat = true
|
||||
alignment = 0
|
||||
script = ExtResource("3_g0muc")
|
||||
|
||||
[node name="Bossbutton" type="Button" parent="UI/CanvasLayer/Header"]
|
||||
layout_mode = 2
|
||||
text = "Bosses"
|
||||
flat = true
|
||||
alignment = 0
|
||||
script = ExtResource("4_7wp2t")
|
||||
|
||||
[node name="ClickAddLabel" type="Label" parent="UI/CanvasLayer/Header"]
|
||||
layout_mode = 2
|
||||
text = "ClickAdd:"
|
||||
@@ -148,11 +160,13 @@ 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
|
||||
offset_right = 1917.39
|
||||
offset_bottom = 800.396
|
||||
script = ExtResource("5_priim")
|
||||
|
||||
[node name="TeamScreen" type="HBoxContainer" parent="UI/AspectRatioContainer"]
|
||||
visibility_layer = 2
|
||||
@@ -233,3 +247,27 @@ texture_normal = SubResource("AtlasTexture_l5qwh")
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
texture_normal = SubResource("AtlasTexture_t1ab2")
|
||||
|
||||
[node name="BossFights" type="PanelContainer" parent="UI"]
|
||||
visible = false
|
||||
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("12_16xc1")
|
||||
|
||||
[node name="Boss1" type="TextureButton" parent="UI/BossFights/BossGrid"]
|
||||
layout_mode = 2
|
||||
script = ExtResource("12_ullwe")
|
||||
|
||||
[node name="CharacterRoll" type="PanelContainer" parent="UI"]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_top = 31.0
|
||||
offset_right = 1917.0
|
||||
offset_bottom = 1080.0
|
||||
script = ExtResource("14_ox8ae")
|
||||
|
||||
Reference in New Issue
Block a user