Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Karliky/col 109/update #1

Merged
merged 5 commits into from
Apr 16, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 32 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
Construct2 Plugin
CocoonJS Plugin for Construct 2
==================
This plugin can be used in Construct 2 to manage the CocoonJS JavaScript API.
This plugin can be used in Construct 2 to manage the CocoonJS JavaScript APIs.

#Steps to install this plugin
* Close Construct 2
## Demo Example [capx]
This plugin comes with a .capx (a valid Construct 2 project) as a reference to know how to use it, here are some screenshots of the .capx:

![Demo](http://support.ludei.com/hc/en-us/article_attachments/200643378/Screen_Shot_2014-04-14_at_12.58.54.png)
## Configuration
The plugin can be configured by selecting the object "cocoonjsads" from the "Object types" list inside Construct 2.

![Configuration panel](http://support.ludei.com/hc/en-us/article_attachments/200687973/Screen_Shot_2014-04-14_at_13.10.28.png)
## Installation
### Manual Install
* *Close Construct 2*
* Checkout the 'master' branch from this repository
* Copy the plugin folder to <install path>\exporters\html5\plugins\cocoonjsads.
* Launch Construct 2 and the plugin should be available from the editor.
* Copy the file src/cocoonjs_prelude.js into *_CONSTRUCT_2_INSTALLATION_FOLDER_*\exporters\html5\, make sure to replace the file when you are asked.
* Copy the contensts of the folder /src/plugin/cocoonjsads into *_CONSTRUCT_2_INSTALLATION_FOLDER_*\exporters\html5\plugins\cocoonjsads.
* That's all!

### Automatic installation
This plugin already comes bundled with Construct 2, however the update rate of Construct 2 may differ from the latest version of this plugin, we encourage you to manually update the plugin everytime a new version of the plugin comes out.
## Need help?
Visit [our help center](https://support.ludei.com).
## Changelog

### April 16, 2014
* Fixed bug that shows a banner when should not
* Updated readme.md
* Updated folder structure

### April 14, 2014
* Added support for Google Play Games / Game Center leaderboards & Achievements
* Fixed bug that prevents the user to finish a in-app purchase.
* Updated documentation
Loading