mirror of
https://codeberg.org/sunder/sunder.git
synced 2026-07-15 22:14:33 +00:00
upgrade gut
This commit is contained in:
parent
6e724f67fe
commit
82aeebfd35
201 changed files with 8547 additions and 3871 deletions
6
addons/gut/get_editor_interface.gd
Normal file
6
addons/gut/get_editor_interface.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# This file is here so we can load it only when we are in the editor so that
|
||||
# other places do not have to have "EditorInterface" in them, which causes a
|
||||
# parser error when loaded outside of the editor. The things we have to do in
|
||||
# order to test things is annoying.
|
||||
func get_it():
|
||||
return EditorInterface
|
||||
Loading…
Add table
Add a link
Reference in a new issue