mirror of https://github.com/profan/ld-39-jam.git
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
[gd_scene load_steps=3 format=1]
|
|
|
|
[ext_resource path="res://raw/explosion_1.png" type="Texture" id=1]
|
|
[ext_resource path="res://ExplosionEffect.gd" type="Script" id=2]
|
|
|
|
[node name="ExplosionEffect" type="Sprite"]
|
|
|
|
texture = ExtResource( 1 )
|
|
hframes = 15
|
|
region_rect = Rect2( 0, 0, 32, 32 )
|
|
script/script = ExtResource( 2 )
|
|
|
|
|