Skip to content

Commit a27b036

Browse files
authored
Merge pull request #27 from codewithkyle/fow-rework
Fog of War Rework
2 parents 70bf7a8 + 1c37f56 commit a27b036

File tree

360 files changed

+20174
-502
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+20174
-502
lines changed

client/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ node_modules
44

55
# Source files
66
src/lib
7-
src/framework
87

98
# Public
109
public/js
1110
public/css
1211
public/static/config.js
1312
public/static/service-worker-assets.js
14-
public/audio

client/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"update": "npm update && run-p install:*",
44
"install:pkg": "node ./build/bundle.js",
55
"install:brixi": "brixi && mv ./brixi/brixi.css ./src/styles/brixi.css && rmdir ./brixi",
6-
"install:ui": "install-ui --framework=./src/framework --audio=./public/audio",
76
"build": "run-p build:*",
87
"build:js": "twist --src=./src --outDir=./public/js --type=esbuild",
98
"build:css": "cssmonster",

client/public/audio/activate.wav

105 KB
Binary file not shown.

client/public/audio/camera.wav

64.5 KB
Binary file not shown.

client/public/audio/deactivate.wav

104 KB
Binary file not shown.
164 KB
Binary file not shown.

client/public/audio/error.wav

268 KB
Binary file not shown.

client/public/audio/mouseclick.wav

26.8 KB
Binary file not shown.

client/public/audio/mouseover.wav

71.9 KB
Binary file not shown.
501 KB
Binary file not shown.

0 commit comments

Comments
 (0)