Skip to content

Commit 887bd3c

Browse files
committed
File Removal
1 parent b6ecfc6 commit 887bd3c

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

games/GMTK Jam/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ document.body.appendChild(app.view);
55

66
PIXI.input.mouseContainer = app.view;
77

8-
const diceImg = [PIXI.Texture.from("assets/character.png"), PIXI.Texture.from("assets/one.png"), PIXI.Texture.from("assets/two.png"), PIXI.Texture.from("assets/three.png"), PIXI.Texture.from("assets/four.png"), PIXI.Texture.from("assets/five.png"), PIXI.Texture.from("assets/six.png")];
8+
const diceImg = [null, PIXI.Texture.from("assets/one.png"), PIXI.Texture.from("assets/two.png"), PIXI.Texture.from("assets/three.png"), PIXI.Texture.from("assets/four.png"), PIXI.Texture.from("assets/five.png"), PIXI.Texture.from("assets/six.png")];
99

1010
// const dangerTint = [0xffffff, 0xffff00, 0xffcc00, 0xff9900, 0xff6600, 0xff3300, 0xff0000];
1111
const dangerTint = [0xffffff, 0xff20ff, 0x8020ff, 0x2020ff, 0x2080ff, 0x20ffff, 0x20ff80];
-540 Bytes
Binary file not shown.

games/GMTK Jam/assets/danger.png

-537 Bytes
Binary file not shown.

games/GMTK Jam/assets/obstacle.png

-537 Bytes
Binary file not shown.

games/GMTK Jam/assets/rage.png

-697 Bytes
Binary file not shown.

games/GMTK Jam/assets/sleepy.png

-529 Bytes
Binary file not shown.

games/GMTK Jam/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>GMTK Jam</title>
5+
<title>Take a Chance</title>
66
<script src="engine/pixi.min.js"></script>
77
<script src="engine/zepyhr.js"></script>
88
<style>

0 commit comments

Comments
 (0)