198 lines
7.1 KiB
Text
198 lines
7.1 KiB
Text
[gd_scene load_steps=24 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="SpriteFrames" uid="uid://ccxyplt2t7t6y" path="res://assets/animations/hats/barretina.tres" id="2_aystc"]
|
|
[ext_resource type="Resource" uid="uid://x063x858re3f" path="res://assets/outfits/hats.tres" id="2_vvtct"]
|
|
[ext_resource type="Resource" uid="uid://bsydervvb1jpe" path="res://assets/outfits/shirts.tres" id="3_xhgxf"]
|
|
[ext_resource type="Resource" uid="uid://dkm7d10c1lp2n" path="res://assets/outfits/decor.tres" id="4_1ivi1"]
|
|
[ext_resource type="Resource" uid="uid://c03ejnvavmcj5" path="res://assets/outfits/dragons.tres" id="5_1ivi1"]
|
|
[ext_resource type="SpriteFrames" uid="uid://c5rqqy7b5ihi5" path="res://assets/animations/decor/rosa.tres" id="6_c4sli"]
|
|
[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://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://bdrm1nxydvf5t" path="res://assets/sprites/ui/DP_UI_Label_Big.png" id="12_qppok"]
|
|
[ext_resource type="FontFile" uid="uid://u1pey2ilx31c" path="res://assets/fonts/Montjuic.ttf" id="14_1vw8k"]
|
|
[ext_resource type="SpriteFrames" uid="uid://duxxw4mfxql3c" path="res://assets/animations/dragons/verd.tres" id="14_aystc"]
|
|
[ext_resource type="StyleBox" uid="uid://bhe580k04w6ve" path="res://assets/styles/style_box_empty.tres" id="14_bh8dj"]
|
|
[ext_resource type="FontFile" uid="uid://5nniov81t44i" path="res://assets/fonts/m3x6.ttf" id="14_rrp4v"]
|
|
[ext_resource type="SpriteFrames" uid="uid://dsxhfu2ekw7j" path="res://assets/animations/shirts/traje.tres" id="15_x0448"]
|
|
|
|
[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(230, 332)
|
|
unresizable = true
|
|
borderless = true
|
|
always_on_top = true
|
|
transparent = true
|
|
script = ExtResource("1_8vkll")
|
|
hat_outfits = ExtResource("2_vvtct")
|
|
shirt_outfits = ExtResource("3_xhgxf")
|
|
decor_outfits = ExtResource("4_1ivi1")
|
|
dragon_colors = ExtResource("5_1ivi1")
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
[node name="BG" type="TextureRect" parent="CanvasLayer"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
texture = ExtResource("6_udwtk")
|
|
|
|
[node name="Dragon" type="AnimatedSprite2D" parent="CanvasLayer"]
|
|
position = Vector2(112, 154)
|
|
sprite_frames = ExtResource("14_aystc")
|
|
animation = &"idle"
|
|
|
|
[node name="Hat" type="AnimatedSprite2D" parent="CanvasLayer/Dragon"]
|
|
sprite_frames = ExtResource("2_aystc")
|
|
animation = &"idle"
|
|
|
|
[node name="Shirt" type="AnimatedSprite2D" parent="CanvasLayer/Dragon"]
|
|
sprite_frames = ExtResource("15_x0448")
|
|
animation = &"idle"
|
|
|
|
[node name="Decor" type="AnimatedSprite2D" parent="CanvasLayer/Dragon"]
|
|
sprite_frames = ExtResource("6_c4sli")
|
|
animation = &"idle"
|
|
|
|
[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="Label" type="Label" parent="CanvasLayer/create"]
|
|
layout_mode = 0
|
|
offset_left = 6.0
|
|
offset_top = -2.0
|
|
offset_right = 64.0
|
|
offset_bottom = 26.0
|
|
theme_override_colors/font_color = Color(0.537255, 0.603922, 0.615686, 1)
|
|
theme_override_fonts/font = ExtResource("14_rrp4v")
|
|
theme_override_font_sizes/font_size = 33
|
|
text = "crea"
|
|
horizontal_alignment = 1
|
|
|
|
[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"]
|
|
layout_mode = 0
|
|
offset_left = 10.0
|
|
offset_top = 8.0
|
|
offset_right = 138.0
|
|
offset_bottom = 42.0
|
|
theme_override_fonts/font = ExtResource("14_1vw8k")
|
|
theme_override_font_sizes/font_size = 28
|
|
theme_override_styles/focus = ExtResource("14_bh8dj")
|
|
placeholder_text = "NOM"
|
|
alignment = 1
|
|
max_length = 8
|
|
flat = true
|
|
caret_blink = true
|
|
|
|
[connection signal="close_requested" from="." to="." method="_on_close_requested"]
|
|
[connection signal="pressed" from="CanvasLayer/change_hat" to="." method="_on_change_hat_pressed"]
|
|
[connection signal="pressed" from="CanvasLayer/change_shirt" to="." method="_on_change_shirt_pressed"]
|
|
[connection signal="pressed" from="CanvasLayer/change_shoes" to="." method="_on_change_shoes_pressed"]
|
|
[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"]
|