Can I have one banner configured to appear at the top of some screen and another one to appear at the bottom of other screen? #108
Answered
by
gumaciel
yosoychiro
asked this question in
Q&A
-
Hello there! How are you? |
Beta Was this translation helpful? Give feedback.
Answered by
gumaciel
Nov 4, 2023
Replies: 1 comment 1 reply
-
To change the position of the banner, you need to change it before you load the new banner. MobileAds.config.banner.position = 0 (bottom)
MobileAds.config.banner.position = 1 (top) like this: https://github.com/Poing-Studios/godot-admob-plugin/blob/v2/addons/admob/test/Example.gd#L262-L265 Config variable: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yosoychiro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To change the position of the banner, you need to change it before you load the new banner.
like this:
https://github.com/Poing-Studios/godot-admob-plugin/blob/v2/addons/admob/test/Example.gd#L262-L265
Config variable:
https://github.com/Poing-Studios/godot-admob-plugin/blob/v2/addons/admob/src/utils/AdMobSettings.gd#L12