-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,4 +63,4 @@ typings/ | |
# skip dist files | ||
dist | ||
package-lock.json | ||
target/build.js | ||
target* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1 @@ | ||
<head> | ||
<title>JS13K 2018 @agar3s</title> | ||
<style> | ||
body{ | ||
background:#333; | ||
margin:0; | ||
padding:0; | ||
} | ||
canvas{ | ||
} | ||
#c{ | ||
background: #fff; | ||
} | ||
#f{ | ||
font-family:monospace; | ||
position:absolute; | ||
bottom:10px; | ||
left:10px; | ||
font-size:21px; | ||
color:#993; | ||
text-decoration:none; | ||
} | ||
#f:hover{ | ||
color:#9aa; | ||
} | ||
</style> | ||
</head> | ||
<body allowfullscreen> | ||
<div id="d"> | ||
<canvas id="c" width="320" height="240"></canvas> | ||
</div> | ||
<a href='#' id='f' title='fullscreen'>FullScreen</a> | ||
<script src="../dist/build.js"></script> | ||
</body> | ||
<head><title>JS13K 2018 @agar3s</title><style>body{background:#333;margin:0;padding:0;}#c{background: #fff;}#f{font-family:monospace;position:absolute;bottom:10px;left:10px;font-size:21px;color:#993;text-decoration:none;}#f:hover{color:#9aa;}</style></head><body allowfullscreen><div id="d"><canvas id="c" width="320" height="240"></canvas></div><a href='#' id='f' title='fullscreen'>FullScreen</a><script src="b.js"></script></body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ function Sprite() { | |
} | ||
} | ||
|
||
var player = new Sprite(); | ||
var player = Sprite(); |