particles/ParticleSimulation/ParticleNode.tscn

23 lines
565 B
Plaintext
Raw Normal View History

2021-12-26 15:56:57 -05:00
[gd_scene load_steps=3 format=2]
2022-01-18 12:01:37 -05:00
[ext_resource path="res://ParticleSimulation/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
[node name="ParticleNode" type="Node2D"]
script = ExtResource( 1 )
2021-12-26 15:56:57 -05:00
[node name="Sprite" type="Sprite" parent="."]
scale = Vector2( 0.25, 0.25 )
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
}