11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://textures/particle.png" type="Texture" id=1]
|
||
|
[ext_resource path="res://Particle.cs" type="Script" id=2]
|
||
|
|
||
|
[node name="Particle" type="Node2D"]
|
||
|
script = ExtResource( 2 )
|
||
|
|
||
|
[node name="Sprite" type="Sprite" parent="."]
|
||
|
texture = ExtResource( 1 )
|