particles/ParticleSimulation/ParticleSimulationScene.tscn

22 lines
669 B
Plaintext
Raw Normal View History

2022-02-07 12:30:45 -05:00
[gd_scene load_steps=3 format=2]
2022-01-17 23:52:42 -05:00
2022-01-18 12:01:37 -05:00
[ext_resource path="res://ParticleSimulation/ParticleSimulationScene.cs" type="Script" id=1]
2022-02-07 12:30:45 -05:00
[ext_resource path="res://textures/interaction_circle.png" type="Texture" id=2]
2022-01-18 12:01:37 -05:00
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="."]
current = true
zoom = Vector2( 1.35, 1.35 )
2022-02-02 21:16:59 -05:00
smoothing_speed = 100.0
[node name="CameraTween" type="Tween" parent="."]
2022-02-07 12:30:45 -05:00
[node name="InteractionCircleSprite" type="Sprite" parent="."]
modulate = Color( 1, 1, 1, 0.313726 )
scale = Vector2( 0.75, 0.75 )
texture = ExtResource( 2 )