feat(anim): remove unused assets, clean up speak jitter, unify animations

This commit is contained in:
2025-10-09 18:14:24 +02:00
parent 469441f7c3
commit b63f4b0b12
8 changed files with 14 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -2,10 +2,9 @@
[ext_resource type="Resource" uid="uid://c4lhcwvjqx5ty" path="res://gymkhana/characters/eneko/eneko_smoking_animatios.tres" id="1"]
[ext_resource type="Script" uid="uid://clg4yrj7v7eae" path="res://addons/escoria-ui-return-monkey-island/esc_player_with_tooltip.gd" id="2"]
[ext_resource type="Texture2D" uid="uid://b5tiy166u24sb" path="res://gymkhana/characters/eneko/smoking_animation/smoking_speak_misc-Sheet.png" id="4_v5laa"]
[ext_resource type="Texture2D" uid="uid://d3ovigeeolnsg" path="res://gymkhana/characters/eneko/smoking_animation/smoking_animation-Sheet.png" id="7"]
[ext_resource type="Script" uid="uid://85bledusisk1" path="res://addons/escoria-core/game/core-scripts/esc_dialog_location.gd" id="19_maw5o"]
[ext_resource type="Texture2D" uid="uid://2ngkn4mc1jkn" path="res://gymkhana/characters/eneko/they_live/they_live.png" id="19_vpwve"]
[ext_resource type="Texture2D" uid="uid://d4lpmrlecmrj1" path="res://gymkhana/characters/eneko/assets/speak-2.png" id="20"]
[sub_resource type="AtlasTexture" id="AtlasTexture_hasbv"]
atlas = ExtResource("7")
@@ -67,14 +66,18 @@ region = Rect2(1495, 0, 115, 239)
atlas = ExtResource("7")
region = Rect2(1610, 0, 115, 239)
[sub_resource type="AtlasTexture" id="2"]
atlas = ExtResource("20")
region = Rect2(0, 0, 150, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_er4vd"]
atlas = ExtResource("7")
atlas = ExtResource("4_v5laa")
region = Rect2(0, 0, 115, 239)
[sub_resource type="AtlasTexture" id="AtlasTexture_k1l32"]
atlas = ExtResource("4_v5laa")
region = Rect2(115, 0, 115, 239)
[sub_resource type="AtlasTexture" id="AtlasTexture_emify"]
atlas = ExtResource("4_v5laa")
region = Rect2(230, 0, 115, 239)
[sub_resource type="SpriteFrames" id="1"]
animations = [{
"frames": [{
@@ -129,10 +132,10 @@ animations = [{
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("2")
"texture": SubResource("AtlasTexture_er4vd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_er4vd")
"texture": SubResource("AtlasTexture_k1l32")
}],
"loop": true,
"name": &"speak",
@@ -140,7 +143,7 @@ animations = [{
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("19_vpwve")
"texture": SubResource("AtlasTexture_emify")
}],
"loop": true,
"name": &"they_live",
@@ -176,7 +179,7 @@ animations = ExtResource("1")
position = Vector2(32.625, -50.56)
scale = Vector2(0.8, 0.8)
sprite_frames = SubResource("1")
animation = &"speak"
animation = &"they_live"
flip_h = true
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB