2021-12-26 15:56:57 -05:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
2021-12-27 23:29:02 -05:00
|
|
|
[ext_resource path="res://ParticleNode.cs" type="Script" id=1]
|
2021-12-29 15:08:26 -05:00
|
|
|
[ext_resource path="res://textures/particle_noborder.png" type="Texture" id=2]
|
2021-12-26 15:56:57 -05:00
|
|
|
|
2021-12-27 23:29:02 -05:00
|
|
|
[node name="ParticleNode" type="Node2D"]
|
|
|
|
script = ExtResource( 1 )
|
2021-12-26 15:56:57 -05:00
|
|
|
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
2021-12-28 14:32:11 -05:00
|
|
|
scale = Vector2( 0.25, 0.25 )
|
2021-12-27 23:29:02 -05:00
|
|
|
texture = ExtResource( 2 )
|
2021-12-27 14:58:33 -05:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
visible = false
|
|
|
|
margin_left = -18.0
|
|
|
|
margin_top = -23.0
|
|
|
|
margin_right = 18.0
|
|
|
|
margin_bottom = -9.0
|
|
|
|
text = "0.05"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|