mirror of
https://github.com/thegatesbrowser/godot-multiplayer.git
synced 2025-07-19 21:04:47 -04:00
copy from thegates-jam repo
This commit is contained in:
parent
c1a7ad74e1
commit
1a335de566
523 changed files with 22408 additions and 0 deletions
8
ui/edit_mode.gd
Normal file
8
ui/edit_mode.gd
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue