particles/ParticleSimulation/ParticleSimulationScene.tscn

15 lines
372 B
Plaintext
Raw Normal View History

2022-01-17 23:52:42 -05:00
[gd_scene load_steps=2 format=2]
2022-01-18 12:01:37 -05:00
[ext_resource path="res://ParticleSimulation/ParticleSimulationScene.cs" type="Script" id=1]
2022-01-17 23:52:42 -05:00
[node name="ParticleSimulationScene" type="Node2D"]
script = ExtResource( 1 )
[node name="ParticleNodes" type="Node2D" parent="."]
[node name="Camera2D" type="Camera2D" parent="."]
anchor_mode = 0
current = true
zoom = Vector2( 1.35, 1.35 )