Доработка.

This commit is contained in:
sasha80
2024-01-23 14:39:11 +03:00
parent 68e5b55f51
commit 5ffe8a54e1
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
extends Sprite2D
func _ready() -> void: signaller.connect('map_mode_changed', Callable(self, 'set_view_mode'))
func sv(val: float) -> float: return val / ($строб.scale.x / 2.0) * 0.125
func set_strob_visible(val: bool): $строб.visible = val