Banners
Set Up the Banner Signals

Show Banner Ad
Use the show method to display a banner:
yodo1mas.show_banner_ad()
The method uses default alignment parameters BANNER_TOP | BANNER_HORIZONTAL_CENTER and a default offset of (X: 0, Y: 0):
yodo1mas.show_banner_ad_with_align(yodo1mas.BannerAlign.BANNER_RIGT | yodo1mas.BannerAlign.BANNER_BOTTOM)
You can customize the banner alignment and offset.
yodo1mas.show_banner_ad_with_align_and_offset(yodo1mas.BannerAlign.BANNER_RIGT | yodo1mas.BannerAlign.BANNER_BOTTOM, Vector2(10,10))
Dismiss Banner Ad
yodo1mas.dismiss_banner_ad()