mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 06:35:54 +00:00
Smoothing settings
This commit is contained in:
parent
3670da9719
commit
8c3ed1f7c7
1 changed files with 4 additions and 2 deletions
|
|
@ -189,8 +189,6 @@ position = Vector2(-1, 0)
|
|||
[node name="Node2D" type="Node2D" parent="."]
|
||||
|
||||
[node name="Smoothing2D" type="Node2D" parent="."]
|
||||
script = ExtResource("4_j4xhu")
|
||||
flags = 55
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="Smoothing2D"]
|
||||
visible = false
|
||||
|
|
@ -219,6 +217,10 @@ self_modulate = Color(1, 1, 1, 0.423529)
|
|||
show_behind_parent = true
|
||||
sprite_frames = SubResource("SpriteFrames_27k5e")
|
||||
|
||||
[node name="Smoothing2Dasdf" type="Node2D" parent="."]
|
||||
script = ExtResource("4_j4xhu")
|
||||
flags = 38
|
||||
|
||||
[node name="InteractionController" type="Area2D" parent="."]
|
||||
visible = false
|
||||
collision_layer = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue