Initial Commit
This commit is contained in:
parent
2dce133760
commit
dbb0f17743
63 changed files with 2881 additions and 1 deletions
12
Graphics/Animations/NPCWalk.tres
Normal file
12
Graphics/Animations/NPCWalk.tres
Normal file
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Graphics/Units/NPCWalk.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Graphics/Units/NPC.png" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ ExtResource( 2 ), ExtResource( 1 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 5.0
|
||||
} ]
|
12
Graphics/Animations/PlayerDash.tres
Normal file
12
Graphics/Animations/PlayerDash.tres
Normal file
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Graphics/Units/PlayerWalk.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Graphics/Units/Player.png" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ ExtResource( 2 ), ExtResource( 1 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 20.0
|
||||
} ]
|
12
Graphics/Animations/PlayerWalk.tres
Normal file
12
Graphics/Animations/PlayerWalk.tres
Normal file
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Graphics/Units/PlayerWalk.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Graphics/Units/Player.png" type="Texture" id=2]
|
||||
|
||||
[resource]
|
||||
animations = [ {
|
||||
"frames": [ ExtResource( 2 ), ExtResource( 1 ) ],
|
||||
"loop": true,
|
||||
"name": "default",
|
||||
"speed": 10.0
|
||||
} ]
|
Loading…
Add table
Add a link
Reference in a new issue