mirror of
https://github.com/db48x/emularity.git
synced 2026-07-28 04:07:11 +00:00
add an example for IALoader, and center the canvases in the examples
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<title>example console game</title>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="canvas" style="width: 50%; height: 50%"/>
|
||||
<canvas id="canvas" style="width: 50%; height: 50%; display: block; margin: 0 auto;"/>
|
||||
<script type="text/javascript" src="es6-promise.js"></script>
|
||||
<script type="text/javascript" src="browserfs.js"></script>
|
||||
<script type="text/javascript" src="loader.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user