mirror of
https://github.com/wassname/phaser.git
synced 2026-07-14 01:10:16 +08:00
34ee2b0b20
Fixed docs issue in Tilemap. Created landscape pointer test, confirmed working fine (issue #276)
12 lines
278 B
HTML
12 lines
278 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>phaser</title>
|
|
<script src="../../dist/phaser.js" type="text/javascript"></script>
|
|
<script src="bmd.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |