Editor: Remove unused Class Name field from Create Script dialog
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
# meta-description: Basic import script template
|
||||
|
||||
@tool
|
||||
extends EditorScenePostImport
|
||||
extends _BASE_
|
||||
|
||||
|
||||
# Called by the editor when a scene has this script set as the import script in the import tab.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# meta-description: Basic import script template (no comments)
|
||||
|
||||
@tool
|
||||
extends EditorScenePostImport
|
||||
extends _BASE_
|
||||
|
||||
|
||||
func _post_import(scene: Node) -> Object:
|
||||
|
||||
Reference in New Issue
Block a user