mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
rearranged repo structure
This commit is contained in:
parent
908a9dd43d
commit
5f5178d2e8
572 changed files with 27633 additions and 568 deletions
32
.tests/editor/index.html
Normal file
32
.tests/editor/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue