Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OverShifted committed Sep 15, 2022
1 parent c528f8c commit 2d13053
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func on_video_ad_request_response(zone: String, id: String):
Tapsell.show_video_ad(id)
```
### Standard banner ad
> ⚠️ Warning: Banner ad removal is not implemented yet.

Anywhere in your code:
```gd
Expand All @@ -43,4 +42,8 @@ In a `banner_ad_request_response` signal handler:
```gd
func on_banner_ad_request_response(zone: String, id: String):
Tapsell.show_banner_ad(id)
```
Anywhere in your code, to close the banner:
```gd
Tapsell.destroy_banner_ad(id)
```

0 comments on commit 2d13053

Please sign in to comment.