801 lines
31 KiB
Plaintext
801 lines
31 KiB
Plaintext
[gd_scene format=3 uid="uid://dyx0upokhsh2e"]
|
|
|
|
[ext_resource type="Script" uid="uid://y6wswtalyiho" path="res://scripts/ui/profile_panel.gd" id="1"]
|
|
[ext_resource type="Theme" uid="uid://da337sh5qxi0s" path="res://assets/themes/ui_theme.tres" id="2"]
|
|
[ext_resource type="Texture2D" uid="uid://2d1ks5pmblc7" path="res://assets/graphics/main_menu/bg_back.png" id="3_0vpw4"]
|
|
[ext_resource type="FontFile" uid="uid://xnjx058n4tsw" path="res://assets/fonts/Nougat-ExtraBlack.ttf" id="3_font"]
|
|
[ext_resource type="PackedScene" uid="uid://ejeamn0pyey4" path="res://assets/characters/Bob.glb" id="4_bob"]
|
|
[ext_resource type="PackedScene" uid="uid://d4cul3w3wem5w" path="res://assets/characters/Gatot.glb" id="4_gatot"]
|
|
[ext_resource type="PackedScene" uid="uid://1vk0mjnwkngi" path="res://assets/characters/Masbro.glb" id="4_masbro"]
|
|
[ext_resource type="PackedScene" uid="uid://bmln7v6v5kvxg" path="res://assets/characters/Oldpop.glb" id="4_oldpop"]
|
|
[ext_resource type="Texture2D" uid="uid://brhn1dhp1gm13" path="res://assets/graphics/character_selection/sc_characters/sc_copper.png" id="4_pti1t"]
|
|
[ext_resource type="AnimationLibrary" uid="uid://c3pyopnwibckj" path="res://assets/characters/animations/animation-pack.res" id="5_animlib"]
|
|
|
|
[sub_resource type="Environment" id="Env_preview"]
|
|
background_mode = 1
|
|
background_color = Color(0.06, 0.07, 0.1, 1)
|
|
ambient_light_source = 2
|
|
ambient_light_color = Color(0.55, 0.65, 0.9, 1)
|
|
ambient_light_energy = 0.7
|
|
|
|
[node name="ProfilePanel" type="Control" unique_id=229091481]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("2")
|
|
script = ExtResource("1")
|
|
|
|
[node name="Background" type="ColorRect" parent="." unique_id=1526402211]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.0627451, 0.0745098, 0.101961, 1)
|
|
|
|
[node name="Background2" type="TextureRect" parent="." unique_id=1984021675]
|
|
modulate = Color(1, 1, 1, 0.28235295)
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("3_0vpw4")
|
|
expand_mode = 2
|
|
|
|
[node name="MainMargin" type="MarginContainer" parent="." unique_id=949618423]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 30
|
|
theme_override_constants/margin_top = 30
|
|
theme_override_constants/margin_right = 30
|
|
theme_override_constants/margin_bottom = 30
|
|
|
|
[node name="MainHBox" type="HBoxContainer" parent="MainMargin" unique_id=1978926863]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 16
|
|
|
|
[node name="LeftCol" type="VBoxContainer" parent="MainMargin/MainHBox" unique_id=843498295]
|
|
custom_minimum_size = Vector2(240, 0)
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
|
|
[node name="ProfileCard" type="PanelContainer" parent="MainMargin/MainHBox/LeftCol" unique_id=1335998802]
|
|
layout_mode = 2
|
|
|
|
[node name="Margin" type="MarginContainer" parent="MainMargin/MainHBox/LeftCol/ProfileCard" unique_id=854167006]
|
|
layout_mode = 2
|
|
|
|
[node name="HBox" type="HBoxContainer" parent="MainMargin/MainHBox/LeftCol/ProfileCard/Margin" unique_id=2103985860]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
|
|
[node name="AvatarDisplay" type="TextureRect" parent="MainMargin/MainHBox/LeftCol/ProfileCard/Margin/HBox" unique_id=2014103516]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(100, 100)
|
|
layout_mode = 2
|
|
texture = ExtResource("4_pti1t")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="MainMargin/MainHBox/LeftCol/ProfileCard/Margin/HBox" unique_id=1314733992]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/separation = 6
|
|
|
|
[node name="NameRow" type="HBoxContainer" parent="MainMargin/MainHBox/LeftCol/ProfileCard/Margin/HBox/VBox" unique_id=286365590]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="DisplayNameInput" type="LineEdit" parent="MainMargin/MainHBox/LeftCol/ProfileCard/Margin/HBox/VBox/NameRow" unique_id=918086953]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(100, 32)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
placeholder_text = "Username"
|
|
max_length = 6
|
|
|
|
[node name="SaveNameBtn" type="Button" parent="MainMargin/MainHBox/LeftCol/ProfileCard/Margin/HBox/VBox/NameRow" unique_id=856176583]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(48, 32)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "Save"
|
|
|
|
[node name="ChangeAvatarBtn" type="Button" parent="MainMargin/MainHBox/LeftCol/ProfileCard/Margin/HBox/VBox" unique_id=1415839292]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(0, 28)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "Change Avatar"
|
|
|
|
[node name="CurrencyRow" type="HBoxContainer" parent="MainMargin/MainHBox/LeftCol" unique_id=23456385]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 12
|
|
|
|
[node name="StarPanel" type="PanelContainer" parent="MainMargin/MainHBox/LeftCol/CurrencyRow" unique_id=1253486930]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Margin" type="MarginContainer" parent="MainMargin/MainHBox/LeftCol/CurrencyRow/StarPanel" unique_id=1653822675]
|
|
layout_mode = 2
|
|
|
|
[node name="HBox" type="HBoxContainer" parent="MainMargin/MainHBox/LeftCol/CurrencyRow/StarPanel/Margin" unique_id=304844268]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
|
|
[node name="Icon" type="Label" parent="MainMargin/MainHBox/LeftCol/CurrencyRow/StarPanel/Margin/HBox" unique_id=1733501]
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.9, 0.7, 0.3, 1)
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "✦"
|
|
|
|
[node name="StarLabel" type="Label" parent="MainMargin/MainHBox/LeftCol/CurrencyRow/StarPanel/Margin/HBox" unique_id=1536697694]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_colors/font_color = Color(0.5686275, 0.36862746, 0.12941177, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "0"
|
|
horizontal_alignment = 2
|
|
|
|
[node name="GoldPanel" type="PanelContainer" parent="MainMargin/MainHBox/LeftCol/CurrencyRow" unique_id=289720528]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Margin" type="MarginContainer" parent="MainMargin/MainHBox/LeftCol/CurrencyRow/GoldPanel" unique_id=1374150600]
|
|
layout_mode = 2
|
|
|
|
[node name="HBox" type="HBoxContainer" parent="MainMargin/MainHBox/LeftCol/CurrencyRow/GoldPanel/Margin" unique_id=1558907810]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
alignment = 1
|
|
|
|
[node name="Icon" type="Label" parent="MainMargin/MainHBox/LeftCol/CurrencyRow/GoldPanel/Margin/HBox" unique_id=351462654]
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.8, 0.6, 0.2, 1)
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "▤"
|
|
|
|
[node name="GoldLabel" type="Label" parent="MainMargin/MainHBox/LeftCol/CurrencyRow/GoldPanel/Margin/HBox" unique_id=1517793393]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_colors/font_color = Color(0.5686275, 0.36862746, 0.12941177, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "0"
|
|
horizontal_alignment = 2
|
|
|
|
[node name="StatsPanel" type="PanelContainer" parent="MainMargin/MainHBox/LeftCol" unique_id=1663081199]
|
|
layout_mode = 2
|
|
|
|
[node name="Margin" type="MarginContainer" parent="MainMargin/MainHBox/LeftCol/StatsPanel" unique_id=1581044063]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 12
|
|
theme_override_constants/margin_top = 12
|
|
theme_override_constants/margin_right = 12
|
|
theme_override_constants/margin_bottom = 12
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="MainMargin/MainHBox/LeftCol/StatsPanel/Margin" unique_id=73009603]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="AccountType" type="Label" parent="MainMargin/MainHBox/LeftCol/StatsPanel/Margin/VBox" unique_id=1583438808]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.7, 0.5, 0.3, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 13
|
|
text = "Account : Email"
|
|
|
|
[node name="LinkAccountBtn" type="Button" parent="MainMargin/MainHBox/LeftCol/StatsPanel/Margin/VBox" unique_id=779455472]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "Link Email"
|
|
|
|
[node name="GamesPlayed" type="Label" parent="MainMargin/MainHBox/LeftCol/StatsPanel/Margin/VBox" unique_id=279949601]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.8, 0.65, 0.45, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 13
|
|
text = "Games Played: 8"
|
|
|
|
[node name="WinRate" type="Label" parent="MainMargin/MainHBox/LeftCol/StatsPanel/Margin/VBox" unique_id=1698973042]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.8, 0.65, 0.45, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 13
|
|
text = "Win Rate: 62.5%"
|
|
|
|
[node name="HighScore" type="Label" parent="MainMargin/MainHBox/LeftCol/StatsPanel/Margin/VBox" unique_id=1418839301]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.8, 0.65, 0.45, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 13
|
|
text = "High Score: 14050"
|
|
|
|
[node name="Spacer" type="Control" parent="MainMargin/MainHBox/LeftCol" unique_id=899023204]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="AccSettingsBtn" type="Button" parent="MainMargin/MainHBox/LeftCol" unique_id=114904148]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "Account Setting"
|
|
|
|
[node name="AdminPanelBtn" type="Button" parent="MainMargin/MainHBox/LeftCol" unique_id=1155262037]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(1, 0.4, 0.4, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "Server Admin"
|
|
|
|
[node name="TopupGoldBtn" type="Button" parent="MainMargin/MainHBox/LeftCol" unique_id=1155262038]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.4, 1, 0.4, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "⭐ Top-up Gold"
|
|
|
|
[node name="LogoutBtn" type="Button" parent="MainMargin/MainHBox/LeftCol" unique_id=612591334]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "Logout"
|
|
|
|
[node name="StatusLabel" type="Label" parent="MainMargin/MainHBox/LeftCol" unique_id=1531937007]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 11
|
|
horizontal_alignment = 1
|
|
|
|
[node name="BackBtn" type="Button" parent="MainMargin/MainHBox/LeftCol" unique_id=2005161566]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(56, 40)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "←"
|
|
|
|
[node name="CenterCol" type="VBoxContainer" parent="MainMargin/MainHBox" unique_id=1176098048]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/separation = 8
|
|
|
|
[node name="CategoryTabs" type="HBoxContainer" parent="MainMargin/MainHBox/CenterCol" unique_id=1050731335]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 12
|
|
alignment = 1
|
|
|
|
[node name="HeadTabBtn" type="Button" parent="MainMargin/MainHBox/CenterCol/CategoryTabs" unique_id=767008262]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(56, 56)
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "🎩"
|
|
|
|
[node name="CostumeTabBtn" type="Button" parent="MainMargin/MainHBox/CenterCol/CategoryTabs" unique_id=73958290]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(56, 56)
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "👔"
|
|
|
|
[node name="GloveTabBtn" type="Button" parent="MainMargin/MainHBox/CenterCol/CategoryTabs" unique_id=204746295]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(56, 56)
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "🧤"
|
|
|
|
[node name="AccTabBtn" type="Button" parent="MainMargin/MainHBox/CenterCol/CategoryTabs" unique_id=1885872464]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(56, 56)
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "💎"
|
|
|
|
[node name="FragTabBtn" type="Button" parent="MainMargin/MainHBox/CenterCol/CategoryTabs" unique_id=1985872465]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(56, 56)
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "🧩"
|
|
|
|
[node name="ViewportWrapper" type="Control" parent="MainMargin/MainHBox/CenterCol" unique_id=1095002692]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="ViewportContainer" type="SubViewportContainer" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper" unique_id=1062885163]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
stretch = true
|
|
|
|
[node name="PreviewViewport" type="SubViewport" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer" unique_id=724440223]
|
|
unique_name_in_owner = true
|
|
own_world_3d = true
|
|
transparent_bg = true
|
|
handle_input_locally = false
|
|
size = Vector2i(627, 487)
|
|
render_target_update_mode = 4
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer/PreviewViewport" unique_id=1660814495]
|
|
environment = SubResource("Env_preview")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer/PreviewViewport" unique_id=1722256175]
|
|
transform = Transform3D(0.866025, -0.25, 0.433013, 0, 0.866025, 0.5, -0.5, -0.433013, 0.75, 1, 4, 0)
|
|
light_energy = 1.5
|
|
|
|
[node name="FillLight" type="OmniLight3D" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer/PreviewViewport" unique_id=1283982748]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 2, 2)
|
|
light_color = Color(0.4, 0.55, 1, 1)
|
|
light_energy = 0.6
|
|
omni_range = 10.0
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer/PreviewViewport" unique_id=1696846826]
|
|
transform = Transform3D(1, 0, 0, 0, 0.97072834, 0.2401802, 0, -0.2401802, 0.97072834, 0, 0.8262464, 2.6238613)
|
|
current = true
|
|
fov = 38.0
|
|
|
|
[node name="CharacterRoot" type="Node3D" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer/PreviewViewport" unique_id=1793550534]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="Masbro" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer/PreviewViewport/CharacterRoot" unique_id=2118952077 instance=ExtResource("4_masbro")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.485, 0)
|
|
visible = false
|
|
|
|
[node name="Bob" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer/PreviewViewport/CharacterRoot" unique_id=1510408045 instance=ExtResource("4_bob")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.484, 0)
|
|
visible = false
|
|
|
|
[node name="Gatot" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer/PreviewViewport/CharacterRoot" unique_id=340292178 instance=ExtResource("4_gatot")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.485, 0)
|
|
visible = false
|
|
|
|
[node name="Oldpop" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer/PreviewViewport/CharacterRoot" unique_id=1591549997 instance=ExtResource("4_oldpop")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.485, 0)
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper/ViewportContainer/PreviewViewport/CharacterRoot" unique_id=1330912730]
|
|
unique_name_in_owner = true
|
|
root_node = NodePath("../Oldpop")
|
|
libraries/animation-pack = ExtResource("5_animlib")
|
|
autoplay = &"animation-pack/idle"
|
|
|
|
[node name="DragZone" type="Control" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper" unique_id=1365789190]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="DragHint" type="Label" parent="MainMargin/MainHBox/CenterCol/ViewportWrapper" unique_id=272858156]
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -76.5
|
|
offset_top = -38.0
|
|
offset_right = 77.5
|
|
offset_bottom = -14.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
theme_override_colors/font_color = Color(1, 1, 1, 0.2)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "← drag to rotate →"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="BottomControls" type="VBoxContainer" parent="MainMargin/MainHBox/CenterCol" unique_id=1513522557]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="CharSelectorRow" type="HBoxContainer" parent="MainMargin/MainHBox/CenterCol/BottomControls" unique_id=1642710720]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
alignment = 1
|
|
|
|
[node name="CharLeftBtn" type="Button" parent="MainMargin/MainHBox/CenterCol/BottomControls/CharSelectorRow" unique_id=1911454313]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(40, 36)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "◀"
|
|
|
|
[node name="LoadoutCharName" type="Label" parent="MainMargin/MainHBox/CenterCol/BottomControls/CharSelectorRow" unique_id=1417186267]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(90, 36)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "Dabro"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="CharRightBtn" type="Button" parent="MainMargin/MainHBox/CenterCol/BottomControls/CharSelectorRow" unique_id=254943219]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(40, 36)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "▶"
|
|
|
|
[node name="SetDefaultBtn" type="Button" parent="MainMargin/MainHBox/CenterCol/BottomControls" unique_id=73462951]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(0, 36)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "Set as Default"
|
|
|
|
[node name="RightCol" type="VBoxContainer" parent="MainMargin/MainHBox" unique_id=857477144]
|
|
custom_minimum_size = Vector2(300, 0)
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 12
|
|
|
|
[node name="ItemInfoCard" type="PanelContainer" parent="MainMargin/MainHBox/RightCol" unique_id=1009501358]
|
|
layout_mode = 2
|
|
|
|
[node name="Margin" type="MarginContainer" parent="MainMargin/MainHBox/RightCol/ItemInfoCard" unique_id=663473404]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 12
|
|
theme_override_constants/margin_top = 12
|
|
theme_override_constants/margin_right = 12
|
|
theme_override_constants/margin_bottom = 12
|
|
|
|
[node name="HBox" type="HBoxContainer" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin" unique_id=749660081]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 12
|
|
|
|
[node name="PreviewBorder" type="PanelContainer" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox" unique_id=501514249]
|
|
layout_mode = 2
|
|
|
|
[node name="ItemPreview" type="TextureRect" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox/PreviewBorder" unique_id=1738821483]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(64, 64)
|
|
layout_mode = 2
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox" unique_id=953647763]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/separation = 6
|
|
|
|
[node name="ItemNameLabel" type="Label" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox/VBox" unique_id=1127187232]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.5686275, 0.36862746, 0.12941177, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "Cute Hat"
|
|
|
|
[node name="RarityPriceRow" type="HBoxContainer" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox/VBox" unique_id=336105315]
|
|
layout_mode = 2
|
|
|
|
[node name="ItemRarityLabel" type="Label" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox/VBox/RarityPriceRow" unique_id=1170021429]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_colors/font_color = Color(0.7, 0.3, 1, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 12
|
|
text = "Epic"
|
|
|
|
[node name="ItemPriceIcon" type="Label" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox/VBox/RarityPriceRow" unique_id=1881961667]
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.9, 0.7, 0.3, 1)
|
|
theme_override_font_sizes/font_size = 12
|
|
text = "✦"
|
|
|
|
[node name="ItemPriceLabel" type="Label" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox/VBox/RarityPriceRow" unique_id=1837607820]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.5686275, 0.36862746, 0.12941177, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 12
|
|
text = "1500"
|
|
|
|
[node name="ActionsRow" type="HBoxContainer" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox/VBox" unique_id=1252309476]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 6
|
|
|
|
[node name="EquipBtn" type="Button" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox/VBox/ActionsRow" unique_id=1276164880]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(0, 30)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 14
|
|
text = "Equip"
|
|
|
|
[node name="DismantleBtn" type="Button" parent="MainMargin/MainHBox/RightCol/ItemInfoCard/Margin/HBox/VBox/ActionsRow" unique_id=1451515715]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(0, 30)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_colors/font_color = Color(1, 0.4, 0.4, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 14
|
|
text = "Dismantle"
|
|
|
|
[node name="ItemGridCard" type="PanelContainer" parent="MainMargin/MainHBox/RightCol" unique_id=748947828]
|
|
layout_mode = 2
|
|
|
|
[node name="Margin" type="MarginContainer" parent="MainMargin/MainHBox/RightCol/ItemGridCard" unique_id=2047178434]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 12
|
|
theme_override_constants/margin_top = 12
|
|
theme_override_constants/margin_right = 12
|
|
theme_override_constants/margin_bottom = 12
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin" unique_id=553633431]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 12
|
|
|
|
[node name="ItemGrid" type="GridContainer" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox" unique_id=2005677714]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/h_separation = 8
|
|
theme_override_constants/v_separation = 8
|
|
columns = 3
|
|
|
|
[node name="Slot0" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/ItemGrid" unique_id=1964986286]
|
|
custom_minimum_size = Vector2(88, 88)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
autowrap_mode = 1
|
|
|
|
[node name="Slot1" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/ItemGrid" unique_id=1570438748]
|
|
custom_minimum_size = Vector2(88, 88)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
autowrap_mode = 1
|
|
|
|
[node name="Slot2" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/ItemGrid" unique_id=1730218687]
|
|
custom_minimum_size = Vector2(88, 88)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
autowrap_mode = 1
|
|
|
|
[node name="Slot3" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/ItemGrid" unique_id=533222646]
|
|
custom_minimum_size = Vector2(88, 88)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
autowrap_mode = 1
|
|
|
|
[node name="Slot4" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/ItemGrid" unique_id=1359133451]
|
|
custom_minimum_size = Vector2(88, 88)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
autowrap_mode = 1
|
|
|
|
[node name="Slot5" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/ItemGrid" unique_id=212812652]
|
|
custom_minimum_size = Vector2(88, 88)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
autowrap_mode = 1
|
|
|
|
[node name="Slot6" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/ItemGrid" unique_id=464526955]
|
|
custom_minimum_size = Vector2(88, 88)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
autowrap_mode = 1
|
|
|
|
[node name="Slot7" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/ItemGrid" unique_id=87751984]
|
|
custom_minimum_size = Vector2(88, 88)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
autowrap_mode = 1
|
|
|
|
[node name="Slot8" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/ItemGrid" unique_id=1866702419]
|
|
custom_minimum_size = Vector2(88, 88)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
autowrap_mode = 1
|
|
|
|
[node name="Pagination" type="HBoxContainer" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox" unique_id=1821323993]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 12
|
|
alignment = 1
|
|
|
|
[node name="PrevPageBtn" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/Pagination" unique_id=78956964]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(32, 32)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "◀"
|
|
|
|
[node name="PageLabel" type="Label" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/Pagination" unique_id=1014922888]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(80, 32)
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.9, 0.7, 0.3, 1)
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
theme_override_font_sizes/font_size = 18
|
|
text = "1"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="NextPageBtn" type="Button" parent="MainMargin/MainHBox/RightCol/ItemGridCard/Margin/VBox/Pagination" unique_id=1618583973]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(32, 32)
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("3_font")
|
|
text = "▶"
|
|
|
|
[node name="DismantleConfirmDialog" type="ConfirmationDialog" parent="." unique_id=234823811]
|
|
unique_name_in_owner = true
|
|
title = "Confirm Dismantle"
|
|
size = Vector2i(320, 120)
|
|
|
|
[node name="ResetStatsConfirmDialog" type="ConfirmationDialog" parent="." unique_id=98723485]
|
|
unique_name_in_owner = true
|
|
size = Vector2i(320, 120)
|
|
dialog_text = "Wipe ALL stats to 0? This cannot be undone."
|
|
|
|
[node name="LinkEmailDialog" type="AcceptDialog" parent="." unique_id=128913898]
|
|
unique_name_in_owner = true
|
|
title = "Link Email"
|
|
size = Vector2i(320, 160)
|
|
dialog_text = "Link this guest account to an email."
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="LinkEmailDialog" unique_id=3456345]
|
|
offset_left = 8.0
|
|
offset_top = 8.0
|
|
offset_right = 312.0
|
|
offset_bottom = 111.0
|
|
|
|
[node name="LinkEmailInput" type="LineEdit" parent="LinkEmailDialog/VBox" unique_id=8712361]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
placeholder_text = "Email Address"
|
|
|
|
[node name="LinkPassInput" type="LineEdit" parent="LinkEmailDialog/VBox" unique_id=64356434]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
placeholder_text = "Password"
|
|
secret = true
|
|
|
|
[node name="AvatarSelectionPopup" type="PopupPanel" parent="." unique_id=1466095185]
|
|
unique_name_in_owner = true
|
|
oversampling_override = 1.0
|
|
title = "Select Avatar"
|
|
size = Vector2i(320, 220)
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="AvatarSelectionPopup" unique_id=119483729]
|
|
unique_name_in_owner = true
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = 4.0
|
|
offset_top = 4.0
|
|
offset_right = 316.0
|
|
offset_bottom = 216.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
columns = 3
|
|
|
|
[node name="AvatarBtn0" type="Button" parent="AvatarSelectionPopup/GridContainer" unique_id=45239452]
|
|
custom_minimum_size = Vector2(62, 62)
|
|
layout_mode = 2
|
|
expand_icon = true
|
|
|
|
[node name="AvatarBtn1" type="Button" parent="AvatarSelectionPopup/GridContainer" unique_id=12401825]
|
|
custom_minimum_size = Vector2(62, 62)
|
|
layout_mode = 2
|
|
expand_icon = true
|
|
|
|
[node name="AvatarBtn2" type="Button" parent="AvatarSelectionPopup/GridContainer" unique_id=98357285]
|
|
custom_minimum_size = Vector2(62, 62)
|
|
layout_mode = 2
|
|
expand_icon = true
|
|
|
|
[node name="AvatarBtn3" type="Button" parent="AvatarSelectionPopup/GridContainer" unique_id=18498453]
|
|
custom_minimum_size = Vector2(62, 62)
|
|
layout_mode = 2
|
|
expand_icon = true
|
|
|
|
[node name="AccountSettingsDialog" type="AcceptDialog" parent="." unique_id=1862558949]
|
|
unique_name_in_owner = true
|
|
title = "Account Settings"
|
|
size = Vector2i(360, 480)
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="AccountSettingsDialog" unique_id=608788631]
|
|
offset_left = 8.0
|
|
offset_top = 8.0
|
|
offset_right = 352.0
|
|
offset_bottom = 431.0
|
|
theme_override_constants/separation = 12
|
|
|
|
[node name="CredTitle" type="Label" parent="AccountSettingsDialog/VBox" unique_id=947368044]
|
|
layout_mode = 2
|
|
text = "Update Credentials"
|
|
|
|
[node name="OldPassInput" type="LineEdit" parent="AccountSettingsDialog/VBox" unique_id=187554107]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
placeholder_text = "Current Password"
|
|
secret = true
|
|
|
|
[node name="NewEmailInput" type="LineEdit" parent="AccountSettingsDialog/VBox" unique_id=656070098]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
placeholder_text = "New Email"
|
|
|
|
[node name="NewPassInput" type="LineEdit" parent="AccountSettingsDialog/VBox" unique_id=1102941873]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
placeholder_text = "New Password"
|
|
secret = true
|
|
|
|
[node name="SubmitCredBtn" type="Button" parent="AccountSettingsDialog/VBox" unique_id=214981590]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Submit Credentials"
|
|
|
|
[node name="HSeparator1" type="HSeparator" parent="AccountSettingsDialog/VBox" unique_id=2011703728]
|
|
layout_mode = 2
|
|
|
|
[node name="TzLabel" type="Label" parent="AccountSettingsDialog/VBox" unique_id=1789076555]
|
|
layout_mode = 2
|
|
text = "Timezone"
|
|
|
|
[node name="TzDropdown" type="OptionButton" parent="AccountSettingsDialog/VBox" unique_id=2029336897]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="SaveTzBtn" type="Button" parent="AccountSettingsDialog/VBox" unique_id=821911571]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Save Timezone"
|
|
|
|
[node name="HSeparator2" type="HSeparator" parent="AccountSettingsDialog/VBox" unique_id=802671082]
|
|
layout_mode = 2
|
|
|
|
[node name="ResetStatsBtn" type="Button" parent="AccountSettingsDialog/VBox" unique_id=1357708120]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(1, 0, 0, 1)
|
|
text = "RESET ALL GAME STATS"
|