Skip to content

Commit

Permalink
Merge pull request #112 from Poing-Studios/fix-get-name-plugin-export
Browse files Browse the repository at this point in the history
fix: add `_get_name()` override func on Export
  • Loading branch information
gumaciel authored Nov 11, 2023
2 parents f133c21 + e8d2627 commit f9f4dbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/admob/admob.gd
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ class PoingAdMobEditorExportPlugin extends EditorExportPlugin:
add_file(CFG_FILE_PATH, file.get_buffer(file.get_length()), false)
file.close()

func _get_name() -> String:
return "PoingAdMob"

var _exporter := PoingAdMobEditorExportPlugin.new()
func _enter_tree():
add_export_plugin(_exporter)
Expand Down

0 comments on commit f9f4dbd

Please sign in to comment.