feat: added new sprites
This commit is contained in:
parent
7c54b60337
commit
b4594bdd43
43 changed files with 609 additions and 74 deletions
|
@ -1,13 +1,13 @@
|
|||
[gd_scene load_steps=10 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="Texture2D" uid="uid://fdqnc2qrrvn1" path="res://assets/sprites/icon.svg" id="2_un5ur"]
|
||||
[ext_resource type="Resource" uid="uid://cnhwn6kfcbjl5" path="res://assets/outfits/hats.tres" id="2_vvtct"]
|
||||
[ext_resource type="Texture2D" uid="uid://s1gx0l4qciqn" path="res://assets/sprites/hat.png" id="3_4q6gv"]
|
||||
[ext_resource type="Resource" uid="uid://etegcak2sphs" path="res://assets/outfits/shirts.tres" id="3_xhgxf"]
|
||||
[ext_resource type="Resource" uid="uid://ba5684xylts3f" path="res://assets/outfits/shoes.tres" id="4_1ivi1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dc2uk6tqtwl4n" path="res://assets/sprites/shirt.png" id="4_6sr44"]
|
||||
[ext_resource type="Texture2D" uid="uid://8srlwinjr3tt" path="res://assets/sprites/shoes.png" id="5_wby0j"]
|
||||
[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://cs0ke244c33t2" path="res://assets/sprites/shirts/DragonPet_roba_armadura.png" id="7_giwys"]
|
||||
[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"]
|
||||
|
||||
[node name="DragonEditor" type="Window"]
|
||||
|
@ -61,13 +61,13 @@ anchor_left = 0.5
|
|||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -64.0
|
||||
offset_top = -64.0
|
||||
offset_right = 64.0
|
||||
offset_bottom = 64.0
|
||||
offset_left = -38.0
|
||||
offset_top = -57.0
|
||||
offset_right = 38.0
|
||||
offset_bottom = 31.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("2_un5ur")
|
||||
texture = ExtResource("5_xhgxf")
|
||||
|
||||
[node name="Hat" type="TextureRect" parent="CanvasLayer/Dragon"]
|
||||
layout_mode = 1
|
||||
|
@ -76,14 +76,13 @@ anchor_left = 0.5
|
|||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -90.0
|
||||
offset_top = -109.0
|
||||
offset_right = 93.0
|
||||
offset_bottom = 74.0
|
||||
offset_left = -38.0
|
||||
offset_top = -44.0
|
||||
offset_right = 38.0
|
||||
offset_bottom = 44.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("3_4q6gv")
|
||||
expand_mode = 1
|
||||
texture = ExtResource("6_1ivi1")
|
||||
|
||||
[node name="Shirt" type="TextureRect" parent="CanvasLayer/Dragon"]
|
||||
layout_mode = 1
|
||||
|
@ -92,14 +91,13 @@ anchor_left = 0.5
|
|||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -113.0
|
||||
offset_top = -59.0
|
||||
offset_right = 124.0
|
||||
offset_bottom = 79.0
|
||||
offset_left = -38.0
|
||||
offset_top = -44.0
|
||||
offset_right = 38.0
|
||||
offset_bottom = 44.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("4_6sr44")
|
||||
expand_mode = 1
|
||||
texture = ExtResource("7_giwys")
|
||||
|
||||
[node name="Shoes" type="TextureRect" parent="CanvasLayer/Dragon"]
|
||||
layout_mode = 1
|
||||
|
@ -108,14 +106,13 @@ anchor_left = 0.5
|
|||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -96.0
|
||||
offset_top = -119.0
|
||||
offset_right = 113.0
|
||||
offset_bottom = 90.0
|
||||
offset_left = -38.0
|
||||
offset_top = -44.0
|
||||
offset_right = 38.0
|
||||
offset_bottom = 44.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("5_wby0j")
|
||||
expand_mode = 1
|
||||
texture = ExtResource("8_udwtk")
|
||||
|
||||
[node name="LineEdit" type="LineEdit" parent="CanvasLayer"]
|
||||
offset_left = 59.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue