-
Notifications
You must be signed in to change notification settings - Fork 1
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
14 changed files
with
1,033 additions
and
636 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,41 +1,41 @@ | ||
<html> | ||
<head> | ||
<title>Null0</title> | ||
<head> | ||
<title>Null0</title> | ||
|
||
<style> | ||
body { | ||
margin: auto; | ||
margin-top: 20px; | ||
width: 1024px; | ||
background: black; | ||
color: white; | ||
font-family: sans-serif; | ||
} | ||
null0-cart { | ||
margin: 10px; | ||
} | ||
</style> | ||
<style> | ||
body { | ||
margin: auto; | ||
margin-top: 20px; | ||
width: 1024px; | ||
background: black; | ||
color: white; | ||
font-family: sans-serif; | ||
} | ||
null0-cart { | ||
margin: 10px; | ||
} | ||
</style> | ||
|
||
<!-- here is how to do it without the web-component | ||
<!-- here is how to do it without the web-component | ||
<script type="module"> | ||
import { setupCart } from 'https://notnullgames.github.io/null0/null0.js' | ||
const cart = await setupCart('cart/input.null0') | ||
</script> | ||
--> | ||
|
||
<script type="module" src="./null0_wc.js"></script> | ||
</head> | ||
<body> | ||
<p>Here are some example carts:</p> | ||
<script type="module" src="./null0_wc.js"></script> | ||
</head> | ||
<body> | ||
<p>Here are some example carts:</p> | ||
|
||
<null0-cart src="cart/input.null0" fps></null0-cart> | ||
<null0-cart src="cart/colorbars.null0" fps></null0-cart> | ||
<null0-cart src="cart/draw.null0" fps></null0-cart> | ||
<!-- <null0-cart src="cart/hello.null0" fps></null0-cart> --> | ||
<!-- <null0-cart src="cart/flappybird.null0" fps></null0-cart> --> | ||
<null0-cart src="cart/sound.null0" fps></null0-cart> | ||
<!-- <null0-cart src="cart/typesizes.null0" fps></null0-cart> --> | ||
<!-- <null0-cart src="cart/filesystem.null0"></null0-cart> --> | ||
<!-- <null0-cart src="cart/justlog.null0"></null0-cart> --> | ||
</body> | ||
<null0-cart src="cart/input.null0" fps></null0-cart> | ||
<null0-cart src="cart/colorbars.null0" fps></null0-cart> | ||
<null0-cart src="cart/draw.null0" fps></null0-cart> | ||
<!-- <null0-cart src="cart/hello.null0" fps></null0-cart> --> | ||
<!-- <null0-cart src="cart/flappybird.null0" fps></null0-cart> --> | ||
<null0-cart src="cart/sound.null0" fps></null0-cart> | ||
<!-- <null0-cart src="cart/typesizes.null0" fps></null0-cart> --> | ||
<!-- <null0-cart src="cart/filesystem.null0"></null0-cart> --> | ||
<!-- <null0-cart src="cart/justlog.null0"></null0-cart> --> | ||
</body> | ||
</html> |
Oops, something went wrong.