Skip to content
Browse files

update examples

  • Loading branch information...
1 parent ab39788 commit c02ad239c63c531a6f557639aac4e5523ccfcf8e @shakiba committed
View
0 example/p2js-asteroids/app.js → example/game-asteroids/app.js
File renamed without changes.
View
4 example/p2js-asteroids/index.html → example/game-asteroids/index.html
@@ -10,8 +10,8 @@
</style>
</head><body class="dark">
- <div class="about">A <a href="https://github.com/schteppe/p2.js">P2.JS</a> &amp; <a href="http://piqnt.com/stage.js/">Stage.js</a> Example
- - <a href="https://github.com/piqnt/stage.js/tree/master/example/p2js-asteroids">Source</a></div>
+ <div class="about">A <a href="http://piqnt.com/stage.js/">Stage.js</a> Example
+ - <a href="https://github.com/piqnt/stage.js/tree/master/example/game-asteroids">Source</a></div>
<div class="hint">Use arrow keys &amp; space</div>
<script src="../example.js"></script>
View
0 example/p2js-breakout/app.js → example/game-breakout/app.js
File renamed without changes.
View
0 example/p2js-breakout/bg.png → example/game-breakout/bg.png
File renamed without changes
View
4 example/p2js-breakout/index.html → example/game-breakout/index.html
@@ -6,8 +6,8 @@
<link href="../example.css" rel="stylesheet" />
</head><body class="dark">
- <div class="about">A <a href="https://github.com/schteppe/p2.js">P2.JS</a> &amp; <a href="http://piqnt.com/stage.js/">Stage.js</a> Example
- - <a href="https://github.com/piqnt/stage.js/tree/master/example/p2js-breakout">Source</a></div>
+ <div class="about">A <a href="http://piqnt.com/stage.js/">Stage.js</a> Example
+ - <a href="https://github.com/piqnt/stage.js/tree/master/example/game-breakout">Source</a></div>
<script src="../example.js"></script>
<script src="../../dist/stage.web.js"></script>
View
0 example/p2js-breakout/main.png → example/game-breakout/main.png
File renamed without changes
View
0 example/p2js-breakout/texture.js → example/game-breakout/texture.js
File renamed without changes.

0 comments on commit c02ad23

Please sign in to comment.
Something went wrong with that request. Please try again.