Random Particles
This commit is contained in:
10
Particle.tscn
Normal file
10
Particle.tscn
Normal file
@@ -0,0 +1,10 @@
|
||||
[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 )
|
||||
Reference in New Issue
Block a user