You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Refactor GDScript/C# script templates logic to be editor-only
Not a full refactor as it still goes through ScriptLanguage so it's hacky, but at least it can now compile without this.
This commit is contained in:
3
modules/gdscript/editor/script_templates/Object/empty.gd
Normal file
3
modules/gdscript/editor/script_templates/Object/empty.gd
Normal file
@@ -0,0 +1,3 @@
|
||||
# meta-description: Empty template suitable for all Objects
|
||||
|
||||
extends _BASE_
|
||||
Reference in New Issue
Block a user