22 lines
669 B
Plaintext
22 lines
669 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://ParticleSimulation/ParticleSimulationScene.cs" type="Script" id=1]
|
|
[ext_resource path="res://textures/interaction_circle.png" type="Texture" id=2]
|
|
|
|
[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="."]
|
|
|
|
[node name="InteractionCircleSprite" type="Sprite" parent="."]
|
|
modulate = Color( 1, 1, 1, 0.313726 )
|
|
scale = Vector2( 0.75, 0.75 )
|
|
texture = ExtResource( 2 )
|