Initial commit
This commit is contained in:
22
Characters/Kek/Kek.tscn
Normal file
22
Characters/Kek/Kek.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user