AdMobEditor.gd 526 B

12345678910111213141516
  1. tool
  2. extends Control
  3. var AdMobSettings = preload("res://addons/admob/src/utils/AdMobSettings.gd").new()
  4. func _on_AndroidButton_pressed():
  5. OS.shell_open("https://github.com/Poing-Studios/godot-admob-android#installation")
  6. func _on_iOSButton_pressed():
  7. OS.shell_open("https://github.com/Poing-Studios/godot-admob-ios#installation")
  8. func _on_AdMobButton_pressed():
  9. OS.shell_open("https://github.com/Poing-Studios/godot-admob-editor")
  10. func _on_PoingButton_pressed():
  11. OS.shell_open("https://github.com/Poing-Studios")