mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
added the game
This commit is contained in:
14
addons/mod_loader/_export_plugin/plugin.gd
Normal file
14
addons/mod_loader/_export_plugin/plugin.gd
Normal file
@@ -0,0 +1,14 @@
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
|
||||
var _export_plugin: EditorExportPlugin
|
||||
|
||||
|
||||
func _enter_tree():
|
||||
_export_plugin = preload("res://addons/mod_loader/_export_plugin/export_plugin.gd").new()
|
||||
add_export_plugin(_export_plugin)
|
||||
|
||||
|
||||
func _exit_tree() -> void:
|
||||
remove_export_plugin(_export_plugin)
|
Reference in New Issue
Block a user