Жоска наговнякал полный сетап моба

This commit is contained in:
Georgiy Gorin
2026-04-23 14:25:58 +03:00
parent 271c99ae13
commit f6f451cffb
23 changed files with 51378 additions and 4 deletions
+1 -1
View File
@@ -403,7 +403,7 @@ func show_tutorial(key: String, on_dismiss: Callable = Callable()) -> void:
on_dismiss.call()
return
shown_tutorials[key] = true
var path := "res://assets/%s.png" % key
var path := "res://assets/%s.jpeg" % key
tutorial_image.texture = load(path) if ResourceLoader.exists(path) else null
tutorial_on_dismiss = on_dismiss
tutorial_active = true