Доработка, отладка общего файла

This commit is contained in:
Maxim
2025-08-12 23:11:51 +03:00
parent 08bd7ca39f
commit bf6c0463cc
5 changed files with 463 additions and 334 deletions

View File

@@ -72,7 +72,7 @@ func _ready() -> void:
func on_state_mashine() -> void:
match state:
STATE_MASHINE.INIT:
print('Текущий запуск current_fs: ', current_fs)
print_debug('Текущий запуск current_fs: ', current_fs)
if current_fs == 2 or current_fs == 3:
state = STATE_MASHINE.FS_TURN_ON
else: