added mouse interaction for #2
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[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 )
|
||||
@@ -13,3 +14,8 @@ 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 )
|
||||
|
||||
Reference in New Issue
Block a user