copy from thegates-jam repo

This commit is contained in:
Nordup 2024-03-31 09:25:42 +04:00
parent c1a7ad74e1
commit 1a335de566
523 changed files with 22408 additions and 0 deletions

8
ui/edit_mode.gd Normal file
View file

@ -0,0 +1,8 @@
extends Node
class_name EditMode
static var is_enabled: bool
static func set_enabled(value: bool) -> void:
is_enabled = value