2021-12-26 15:56:57 -05:00
|
|
|
[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="."]
|
2021-12-26 21:16:28 -05:00
|
|
|
scale = Vector2( 0.25, 0.25 )
|
2021-12-26 15:56:57 -05:00
|
|
|
texture = ExtResource( 1 )
|
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
|
|
|
|
}
|