topical media & game development
mobile-game-ch13-rpg.htm / htm
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"/>
<title>RPG</title>
<script src='mobile-game-ch13-jquery.min.js'></script>
<script src='mobile-game-ch13-underscore.js'></script>
<script src='mobile-game-ch13-quintus.js'></script>
<script src='mobile-game-ch13-quintus-input.js'></script>
<script src='mobile-game-ch13-quintus-sprites.js'></script>
<script src='mobile-game-ch13-quintus-scenes.js'></script>
<script src='mobile-game-ch13-quintus-dom.js'></script>
<script src='mobile-game-ch13-rpg.js'></script>
<style>
* { padding:0px; margin:0px; }
#quintus { background-color:black; }
</style>
</head>
<body>
</body>
</body>
</html>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.