feat: menu overhaul
This commit is contained in:
parent
b17c7280ea
commit
f379dff516
16 changed files with 273 additions and 181 deletions
28
scenes/dragon_list/dragon/dragon.tscn
Normal file
28
scenes/dragon_list/dragon/dragon.tscn
Normal file
|
@ -0,0 +1,28 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://cq3orf2ktmel0"]
|
||||
|
||||
[ext_resource type="SpriteFrames" uid="uid://duxxw4mfxql3c" path="res://assets/animations/dragons/verd.tres" id="1_o3jkx"]
|
||||
[ext_resource type="Script" uid="uid://b7knkhjgtdy4l" path="res://scenes/dragon_list/dragon/dragon_list_entry.gd" id="2_uckob"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://ccxyplt2t7t6y" path="res://assets/animations/hats/barretina.tres" id="3_jl6px"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://dsxhfu2ekw7j" path="res://assets/animations/shirts/traje.tres" id="4_v3rc7"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://c5rqqy7b5ihi5" path="res://assets/animations/decor/rosa.tres" id="5_jpsrj"]
|
||||
|
||||
[node name="Dragon" type="AnimatedSprite2D" node_paths=PackedStringArray("color", "hat", "shirt", "decor")]
|
||||
sprite_frames = ExtResource("1_o3jkx")
|
||||
animation = &"idle"
|
||||
script = ExtResource("2_uckob")
|
||||
color = NodePath(".")
|
||||
hat = NodePath("Hat")
|
||||
shirt = NodePath("Shirt")
|
||||
decor = NodePath("Decor")
|
||||
|
||||
[node name="Hat" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = ExtResource("3_jl6px")
|
||||
animation = &"idle"
|
||||
|
||||
[node name="Shirt" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = ExtResource("4_v3rc7")
|
||||
animation = &"idle"
|
||||
|
||||
[node name="Decor" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = ExtResource("5_jpsrj")
|
||||
animation = &"idle"
|
Loading…
Add table
Add a link
Reference in a new issue