Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 authored Aug 7, 2017
1 parent 3689d27 commit bdedadc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,3 @@ Please report any bugs you encounter

## Installation for Construct2 imported games
[Download the backward compatible plugin](backwardCompatibility/c3airconsole-backcomp.c3addon) and add it to your Construct3 project


## Export your games and try them
As of now I couldn't import airconsole script in the Construct3 plugin, as C3 sdk doesn't yet offer this possibility. This will be solved in the coming months.

But for now, 2 solutions:
* Use our provided tool: [Download AirConsole.bat](AirConsole.bat). Place it in your C3 game exported directory and simply run it.
* Or edit your "screen.html" ("index.html") and add, after line 16:

```html
<script type="text/javascript" src="https://www.airconsole.com/api/airconsole-1.7.0.js"></script>
```

Save your file and enjoy a working game on AirConsole!

0 comments on commit bdedadc

Please sign in to comment.