feat: started adding new ui
This commit is contained in:
parent
dd4c4bb5e8
commit
72013e48eb
45 changed files with 860 additions and 96 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://fut42ruut302"]
|
||||
[gd_scene load_steps=23 format=3 uid="uid://fut42ruut302"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bfuos2kgfgber" path="res://scenes/dragon_editor/dragon_editor.gd" id="1_8vkll"]
|
||||
[ext_resource type="Resource" uid="uid://cnhwn6kfcbjl5" path="res://assets/outfits/hats.tres" id="2_vvtct"]
|
||||
|
@ -7,17 +7,49 @@
|
|||
[ext_resource type="Resource" uid="uid://bcs60f2k7h0jc" path="res://assets/outfits/dragons.tres" id="5_1ivi1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dl87ffgh2hl68" path="res://assets/sprites/dragons/DragonPet_drac01.png" id="5_xhgxf"]
|
||||
[ext_resource type="Texture2D" uid="uid://12fv5nymaljj" path="res://assets/sprites/hats/DragonPet_barret_barretina.png" id="6_1ivi1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dceoy4417v83e" path="res://assets/sprites/ui/DP_UI_CharCreation_BG.png" id="6_udwtk"]
|
||||
[ext_resource type="Script" uid="uid://dxl7onk7x6h8b" path="res://src/draggable.gd" id="7_1vw8k"]
|
||||
[ext_resource type="Texture2D" uid="uid://cs0ke244c33t2" path="res://assets/sprites/shirts/DragonPet_roba_armadura.png" id="7_giwys"]
|
||||
[ext_resource type="Texture2D" uid="uid://bu5xa7tgfk3h3" path="res://assets/sprites/ui/DP_UI_Buttons01.png" id="7_qppok"]
|
||||
[ext_resource type="Texture2D" uid="uid://bgpbbkmwt8ysq" path="res://assets/sprites/ui/DP_UI_Button_Text.png" id="8_ofxsr"]
|
||||
[ext_resource type="Texture2D" uid="uid://onajhbpjtnil" path="res://assets/sprites/decor/DragonPet_acc_escut.png" id="8_udwtk"]
|
||||
[ext_resource type="Script" uid="uid://mhudiyt5gnt1" path="res://scenes/dragon_editor/line_edit.gd" id="9_xhgxf"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdrm1nxydvf5t" path="res://assets/sprites/ui/DP_UI_Label_Big.png" id="12_qppok"]
|
||||
[ext_resource type="StyleBox" uid="uid://bhe580k04w6ve" path="res://assets/styles/style_box_empty.tres" id="14_bh8dj"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ofxsr"]
|
||||
atlas = ExtResource("7_qppok")
|
||||
region = Rect2(0, 40, 38, 40)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_bh8dj"]
|
||||
atlas = ExtResource("7_qppok")
|
||||
region = Rect2(0, 80, 38, 40)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1vw8k"]
|
||||
atlas = ExtResource("7_qppok")
|
||||
region = Rect2(0, 0, 38, 40)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rrp4v"]
|
||||
atlas = ExtResource("7_qppok")
|
||||
region = Rect2(0, 120, 38, 40)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_mc14k"]
|
||||
atlas = ExtResource("8_ofxsr")
|
||||
region = Rect2(0, 0, 62, 24)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_kohpo"]
|
||||
atlas = ExtResource("7_qppok")
|
||||
region = Rect2(0, 160, 38, 40)
|
||||
|
||||
[node name="DragonEditor" type="Window"]
|
||||
transparent_bg = true
|
||||
title = "Dragon Editor"
|
||||
position = Vector2i(0, 36)
|
||||
size = Vector2i(300, 500)
|
||||
size = Vector2i(230, 332)
|
||||
unresizable = true
|
||||
borderless = true
|
||||
always_on_top = true
|
||||
min_size = Vector2i(300, 500)
|
||||
max_size = Vector2i(1000, 1000)
|
||||
transparent = true
|
||||
script = ExtResource("1_8vkll")
|
||||
hat_outfits = ExtResource("2_vvtct")
|
||||
shirt_outfits = ExtResource("3_xhgxf")
|
||||
|
@ -26,92 +58,16 @@ dragon_colors = ExtResource("5_1ivi1")
|
|||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="change_hat" type="Button" parent="CanvasLayer"]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -130.0
|
||||
offset_top = -206.0
|
||||
offset_right = -62.0
|
||||
offset_bottom = -175.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
focus_mode = 0
|
||||
text = "barret"
|
||||
|
||||
[node name="change_shirt" type="Button" parent="CanvasLayer"]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -47.0
|
||||
offset_top = -242.0
|
||||
offset_right = 42.0
|
||||
offset_bottom = -211.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
focus_mode = 0
|
||||
text = "samarreta"
|
||||
|
||||
[node name="change_shoes" type="Button" parent="CanvasLayer"]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 54.0
|
||||
offset_top = -206.0
|
||||
offset_right = 114.0
|
||||
offset_bottom = -175.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
focus_mode = 0
|
||||
text = "sabata"
|
||||
|
||||
[node name="dragon_previous" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 40.0
|
||||
offset_top = 232.0
|
||||
offset_right = 58.0
|
||||
offset_bottom = 263.0
|
||||
focus_mode = 0
|
||||
text = "<"
|
||||
|
||||
[node name="dragon_next" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 235.0
|
||||
offset_top = 232.0
|
||||
offset_right = 253.0
|
||||
offset_bottom = 263.0
|
||||
focus_mode = 0
|
||||
text = ">"
|
||||
|
||||
[node name="create" type="Button" parent="CanvasLayer"]
|
||||
anchors_preset = 3
|
||||
anchor_left = 1.0
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -42.0
|
||||
offset_top = -31.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
focus_mode = 0
|
||||
text = "crea"
|
||||
[node name="BG" type="TextureRect" parent="CanvasLayer"]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
texture = ExtResource("6_udwtk")
|
||||
|
||||
[node name="Dragon" type="TextureRect" parent="CanvasLayer"]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -38.0
|
||||
offset_top = -57.0
|
||||
offset_right = 38.0
|
||||
offset_bottom = 31.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
offset_left = 76.0
|
||||
offset_top = 120.0
|
||||
offset_right = 152.0
|
||||
offset_bottom = 208.0
|
||||
texture = ExtResource("5_xhgxf")
|
||||
|
||||
[node name="Hat" type="TextureRect" parent="CanvasLayer/Dragon"]
|
||||
|
@ -159,14 +115,97 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
texture = ExtResource("8_udwtk")
|
||||
|
||||
[node name="LineEdit" type="LineEdit" parent="CanvasLayer"]
|
||||
offset_left = 59.0
|
||||
offset_top = 372.0
|
||||
offset_right = 250.0
|
||||
offset_bottom = 403.0
|
||||
[node name="Dragger" type="Control" parent="CanvasLayer"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
offset_left = 18.0
|
||||
offset_top = 32.0
|
||||
offset_right = 198.0
|
||||
offset_bottom = 320.0
|
||||
script = ExtResource("7_1vw8k")
|
||||
|
||||
[node name="change_hat" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 48.0
|
||||
offset_top = 38.0
|
||||
offset_right = 94.0
|
||||
offset_bottom = 86.0
|
||||
focus_mode = 0
|
||||
icon = SubResource("AtlasTexture_ofxsr")
|
||||
flat = true
|
||||
|
||||
[node name="change_shirt" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 84.0
|
||||
offset_top = 50.0
|
||||
offset_right = 130.0
|
||||
offset_bottom = 98.0
|
||||
focus_mode = 0
|
||||
icon = SubResource("AtlasTexture_bh8dj")
|
||||
flat = true
|
||||
|
||||
[node name="change_shoes" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 120.0
|
||||
offset_top = 38.0
|
||||
offset_right = 166.0
|
||||
offset_bottom = 86.0
|
||||
focus_mode = 0
|
||||
icon = SubResource("AtlasTexture_1vw8k")
|
||||
flat = true
|
||||
|
||||
[node name="dragon_previous" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 76.0
|
||||
offset_top = 136.0
|
||||
offset_right = 122.0
|
||||
offset_bottom = 184.0
|
||||
scale = Vector2(-1, 1)
|
||||
focus_mode = 0
|
||||
icon = SubResource("AtlasTexture_rrp4v")
|
||||
flat = true
|
||||
|
||||
[node name="dragon_next" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 134.0
|
||||
offset_top = 136.0
|
||||
offset_right = 180.0
|
||||
offset_bottom = 184.0
|
||||
focus_mode = 0
|
||||
icon = SubResource("AtlasTexture_rrp4v")
|
||||
flat = true
|
||||
|
||||
[node name="create" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 112.0
|
||||
offset_top = 274.0
|
||||
offset_right = 182.0
|
||||
offset_bottom = 306.0
|
||||
focus_mode = 0
|
||||
icon = SubResource("AtlasTexture_mc14k")
|
||||
flat = true
|
||||
|
||||
[node name="close" type="Button" parent="CanvasLayer"]
|
||||
offset_left = 178.0
|
||||
offset_top = 6.0
|
||||
offset_right = 224.0
|
||||
offset_bottom = 54.0
|
||||
focus_mode = 0
|
||||
icon = SubResource("AtlasTexture_kohpo")
|
||||
flat = true
|
||||
|
||||
[node name="NameLabel" type="TextureRect" parent="CanvasLayer"]
|
||||
offset_left = 34.0
|
||||
offset_top = 228.0
|
||||
offset_right = 182.0
|
||||
offset_bottom = 276.0
|
||||
texture = ExtResource("12_qppok")
|
||||
|
||||
[node name="LineEdit" type="LineEdit" parent="CanvasLayer/NameLabel"]
|
||||
offset_left = 10.0
|
||||
offset_top = 8.0
|
||||
offset_right = 138.0
|
||||
offset_bottom = 42.0
|
||||
theme_override_styles/focus = ExtResource("14_bh8dj")
|
||||
placeholder_text = "NOM"
|
||||
alignment = 1
|
||||
max_length = 8
|
||||
flat = true
|
||||
caret_blink = true
|
||||
script = ExtResource("9_xhgxf")
|
||||
|
||||
[connection signal="close_requested" from="." to="." method="_on_close_requested"]
|
||||
|
@ -176,3 +215,4 @@ script = ExtResource("9_xhgxf")
|
|||
[connection signal="pressed" from="CanvasLayer/dragon_previous" to="." method="_on_previous_color_pressed"]
|
||||
[connection signal="pressed" from="CanvasLayer/dragon_next" to="." method="_on_next_color_pressed"]
|
||||
[connection signal="pressed" from="CanvasLayer/create" to="." method="_on_create_pressed"]
|
||||
[connection signal="pressed" from="CanvasLayer/close" to="." method="_on_close_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue