particles/ParticleSimulation/ParticleSimulationScene.tscn
2022-02-02 21:16:59 -05:00

16 lines
430 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://ParticleSimulation/ParticleSimulationScene.cs" type="Script" id=1]
[node name="ParticleSimulationScene" type="Node2D"]
script = ExtResource( 1 )
[node name="ParticleNodes" type="Node2D" parent="."]
[node name="Camera2D" type="Camera2D" parent="."]
current = true
zoom = Vector2( 1.35, 1.35 )
smoothing_speed = 100.0
[node name="CameraTween" type="Tween" parent="."]