Initial Commit

This commit is contained in:
gemdude46 2023-01-26 18:25:40 +00:00
parent 2dce133760
commit dbb0f17743
63 changed files with 2881 additions and 1 deletions

View 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
} ]

View 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
} ]

View 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
} ]