mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
Updated screenshot
This commit is contained in:
parent
cca3326acd
commit
9cc1e86573
4 changed files with 30 additions and 4 deletions
|
@ -65,10 +65,25 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("12")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("6")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("6")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("6")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("6")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("6")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 2.0
|
||||
"speed": 1.0
|
||||
}]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="3"]
|
||||
|
@ -109,10 +124,22 @@ animations = [{
|
|||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("23")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("13")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("13")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("13")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("13")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 2.0
|
||||
"speed": 3.0
|
||||
}]
|
||||
|
||||
[node name="Character" type="Node2D"]
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
extends Node
|
||||
|
||||
|
||||
@onready var tops = $Seperate/Tops
|
||||
@onready var bottoms = $Seperate/Bottoms
|
||||
@onready var seperate_items = $Seperate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue