el pan que habla

This commit is contained in:
2024-02-05 22:38:46 +01:00
parent 30dbbf437d
commit 03d78da002
4 changed files with 20 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

View File

@@ -1,8 +1,9 @@
[gd_scene load_steps=29 format=2]
[gd_scene load_steps=32 format=2]
[ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/esc_player_with_tooltip.gd" type="Script" id=1]
[ext_resource path="res://gymkhana/characters/oier/oier-mod.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/characters/oier/oier_animations.tres" type="Resource" id=3]
[ext_resource path="res://gymkhana/characters/oier/oier-mod-talk.png" type="Texture" id=4]
[sub_resource type="AtlasTexture" id=22]
flags = 4
@@ -34,6 +35,16 @@ flags = 4
atlas = ExtResource( 2 )
region = Rect2( 1638, 0, 273, 795 )
[sub_resource type="AtlasTexture" id=59]
flags = 4
atlas = ExtResource( 2 )
region = Rect2( 5733, 0, 273, 795 )
[sub_resource type="AtlasTexture" id=60]
flags = 4
atlas = ExtResource( 4 )
region = Rect2( 5733, 0, 273, 795 )
[sub_resource type="AtlasTexture" id=46]
flags = 4
atlas = ExtResource( 2 )
@@ -151,6 +162,11 @@ animations = [ {
"name": "idle_up",
"speed": 5.0
}, {
"frames": [ SubResource( 59 ), SubResource( 60 ) ],
"loop": true,
"name": "speak_down",
"speed": 5.0
}, {
"frames": [ SubResource( 46 ), SubResource( 47 ), SubResource( 48 ), SubResource( 47 ) ],
"loop": true,
"name": "walk_down",
@@ -193,7 +209,7 @@ animations = ExtResource( 3 )
position = Vector2( 0, -155 )
scale = Vector2( 0.389246, 0.389247 )
frames = SubResource( 20 )
animation = "idle_up"
animation = "speak_down"
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 5, -151 )

View File

@@ -141,12 +141,12 @@ mirrored = false
[sub_resource type="Resource" id=28]
script = ExtResource( 3 )
animation = "idle_down"
animation = "speak_down"
mirrored = false
[sub_resource type="Resource" id=29]
script = ExtResource( 3 )
animation = "idle_down"
animation = "speak_down"
mirrored = false
[sub_resource type="Resource" id=30]