Skip to content

Commit

Permalink
Some changes on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezcur committed Nov 4, 2016
1 parent 66b50ba commit aa54a19
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the AdMob module for Godot Engine (https://github.com/okamstudio/godot)
- Android only
- Banner
- Interstitial

How to use
----------
Drop the "admob" directory inside the "modules" directory on the Godot source.
Expand Down Expand Up @@ -44,12 +44,6 @@ The following methods are available:
# @param int instance_id The instance id from Godot (get_instance_ID())
init(isReal, instance_id)

# Callback for Ad Loaded
_on_admob_ad_loaded()

# Callback for Network error
_on_admob_network_error()

# Banner Methods
# --------------

Expand All @@ -76,10 +70,10 @@ getBannerWidth()
getBannerHeight()

# Callback on ad loaded (Banner)
_on_admob_ad_loaded
_on_admob_ad_loaded()

# Callback on ad network error (Banner)
_on_admob_network_error
_on_admob_network_error()

# Interstitial Methods
# --------------------
Expand Down Expand Up @@ -109,5 +103,3 @@ Based on the work of:
License
-------------
MIT license


0 comments on commit aa54a19

Please sign in to comment.