Files
AmongFromUs.Prototype/Characters/Kek/Kek.tscn
2020-10-01 19:53:08 +02:00

23 lines
611 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Characters/Kek/Idle_01.png" type="Texture" id=1]
[ext_resource path="res://Characters/Kek/Idle_02.png" type="Texture" id=2]
[ext_resource path="res://Characters/Kek/Idle_03.png" type="Texture" id=3]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 1 ), ExtResource( 2 ), ExtResource( 3 ) ],
"loop": true,
"name": "idle",
"speed": 2.0
} ]
[node name="KinematicBody2D" type="KinematicBody2D"]
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
frames = SubResource( 1 )
animation = "idle"
playing = true