oiI
This commit is contained in:
parent
a3e793e114
commit
a2b9da421a
12 changed files with 291 additions and 9 deletions
14
graphics/tiles/oil.tres
Normal file
14
graphics/tiles/oil.tres
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="AnimatedTexture" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://graphics/tiles/oil_2.png" type="Texture" id=1]
|
||||
[ext_resource path="res://graphics/tiles/oil_1.png" type="Texture" id=2]
|
||||
[ext_resource path="res://graphics/tiles/oil_3.png" type="Texture" id=3]
|
||||
|
||||
[resource]
|
||||
frames = 3
|
||||
fps = 5.0
|
||||
frame_0/texture = ExtResource( 2 )
|
||||
frame_1/texture = ExtResource( 1 )
|
||||
frame_1/delay_sec = 0.0
|
||||
frame_2/texture = ExtResource( 3 )
|
||||
frame_2/delay_sec = 0.0
|
Loading…
Add table
Add a link
Reference in a new issue