Skip to content

Commit 8df0cd1

Browse files
committed
attempting to test input
1 parent c6b487d commit 8df0cd1

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

Index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
1818
alert("An error has occured:\n\n" + E + "\n\nPlease reload the game.");
1919
};
2020
</script>
21-
<canvas id="GUI"></canvas>
2221
</html>

Res/Game.wasm

-3.82 KB
Binary file not shown.

Source/Main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ func Runtime() {
2121
PRESSED = PollKeyboard()
2222
}
2323
}()
24-
InitRenderer()
25-
InitWorld()
24+
2625
go func() {
2726
for {
2827
if PRESSED == "w" {

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
1818
alert("An error has occured:\n\n" + E + "\n\nPlease reload the game.");
1919
};
2020
</script>
21-
<canvas id="GUI"></canvas>
2221
</html>

0 commit comments

Comments
 (0)