add rival to stage
This commit is contained in:
parent
e81d347313
commit
8f3edcebb1
29 changed files with 438 additions and 2 deletions
17
Graphics/Animations/Background.tres
Normal file
17
Graphics/Animations/Background.tres
Normal file
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="AnimatedTexture" load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://Graphics/Background/sprite_0.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Graphics/Background/sprite_2.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Graphics/Background/sprite_3.png" type="Texture" id=3]
|
||||
[ext_resource path="res://Graphics/Background/sprite_1.png" type="Texture" id=4]
|
||||
|
||||
[resource]
|
||||
frames = 4
|
||||
fps = 2.0
|
||||
frame_0/texture = ExtResource( 1 )
|
||||
frame_1/texture = ExtResource( 4 )
|
||||
frame_1/delay_sec = 0.0
|
||||
frame_2/texture = ExtResource( 2 )
|
||||
frame_2/delay_sec = 0.0
|
||||
frame_3/texture = ExtResource( 3 )
|
||||
frame_3/delay_sec = 0.0
|
Loading…
Add table
Add a link
Reference in a new issue