cleaned branch

This commit is contained in:
logsol 2012-07-17 11:33:37 +02:00
parent 6b5a689662
commit b155faa63c
606 changed files with 0 additions and 13749 deletions

32
editor/index.html Normal file
View file

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ChuckEdit v0.0.0.1a</title>
<script type="text/javascript" src="script/jquery.js"></script>
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<script type="text/javascript" src="script/Game.js"></script>
<script type="text/javascript" src="script/Tile.js"></script>
<script type="text/javascript" src="script/Button.js"></script>
<script type="text/javascript" src="script/Start.js"></script>
<script type="text/javascript" src="script/Debug.js"></script>
<script type="text/javascript" src="script/main.js"></script>
<link rel="stylesheet" type="text/css" href="style/style.css" />
</head>
<body>
<canvas id="editor" width="640" height="480"></canvas>
<img id="helpimage" src="img/tile_shape_rotation_map_view.jpg" />
<div id="helpdiv">
+ = zoom in
<br/>
- = zoom out
<br/>
1 - 8 = tiles
<br/>
mousewheel = rotate
</div>
</body>
</html>