Skip to content

Commit

Permalink
Lots of cleanup:
Browse files Browse the repository at this point in the history
- Made all the console.logs only happen in dev mode
- Fixed audit warnings from npm
- Fixed bad capitalization for Portal Animation
- Added all new screenshots from IUGS submission
- Updated gameData to point to latest material
  • Loading branch information
Olliebrown committed Apr 17, 2020
1 parent 615efb4 commit 3857a75
Show file tree
Hide file tree
Showing 29 changed files with 505 additions and 680 deletions.
Binary file removed assets/images/TWtD_Shot1.PNG
Binary file not shown.
Binary file removed assets/images/TWtD_Shot2.PNG
Binary file not shown.
Binary file removed assets/images/TWtD_Shot3.PNG
Binary file not shown.
Binary file removed assets/images/TWtD_Shot4.PNG
Binary file not shown.
Binary file added assets/images/webContent/Bookshelf.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/webContent/Conservatory-Render.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/webContent/Creature.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/webContent/Doorway.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/webContent/Fireplace.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/webContent/Library-Overpaint.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/webContent/Library-Render.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/webContent/Rain-Logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/webContent/Tracing.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed banner.gif
Binary file not shown.
50 changes: 31 additions & 19 deletions gameData.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,54 @@
{
"title": "Light Within The Darkness",
"byLine": "Beware of the things unseen in the dark",
"bannerTitleURI": "assets/images/Logo.png",
"bannerTitleURI": "assets/images/webContent/Rain-Logo.gif",
"bannerWideURI": "assets/images/LWtD_Title.PNG",
"markdownURI": "README.md",
"media": [
{
"title": "Game Trailer",
"vimeoID": "379153059",
"alt": "Light Within The Darkness SGX Trailer"
"title": "IUGS Trailer",
"vimeoID": "408414488",
"alt": "Light Within The Darkness Intel University Games Showcase Trailer"
}, {
"title": "Screenshot 1",
"link": "assets/images/TWtD_Shot1.PNG",
"alt": "Light Within The Darkness Spritesheet"
"link": "assets/images/webContent/Bookshelf.png",
"alt": "Screenshot of library bookshelf"
}, {
"title": "Screenshot 2",
"link": "assets/images/TWtD_Shot2.PNG",
"alt": "Light Within The Darkness Spritesheet"
"link": "assets/images/webContent/Creature.png",
"alt": "Screenshot of creature interaction"
}, {
"title": "Screenshot 3",
"link": "assets/images/TWtD_Shot3.PNG",
"alt": "Light Within The Darkness Monster"
"link": "assets/images/webContent/Doorway.png",
"alt": "Screenshot of doorway passage"
}, {
"title": "Screenshot 4",
"link": "assets/images/TWtD_Shot4.PNG",
"alt": "Light Within The Darkness Spritesheet"
"link": "assets/images/webContent/Fireplace.png",
"alt": "Screenshot of fireplace room"
}, {
"title": "Screenshot 5",
"link": "assets/images/webContent/Tracing.png",
"alt": "Screenshot of ritual tracing"
}, {
"title": "Long Arms Monster",
"link": "assets/images/LongArmsBoi_FrontView.png",
"alt": "Light Within The Darkness Monster"
"alt": "Monster sprite"
}, {
"title": "Maya Rendered Conservatory",
"link": "assets/images/webContent/Conservatory-Render.jpeg",
"alt": "3d rendered conservatory"
}, {
"title": "Hand painted over conservatory",
"link": "assets/images/webContent/Conservatory-Overpaint.jpeg",
"alt": "The hand painted-over conservatory"
}, {
"title": "Wide Angle Room",
"link": "assets/images/conservatoryfinal.jpg",
"alt": "Light Within The Darkness Room"
"title": "Maya Rendered Library",
"link": "assets/images/webContent/Library-Render.jpeg",
"alt": "3d rendered library"
}, {
"title": "Title Screen",
"link": "assets/images/LWtD_Title.PNG",
"alt": "Light Within The Darkness Spritesheet"
"title": "Hand painted over library",
"link": "assets/images/webContent/Library-Overpaint.jpeg",
"alt": "The hand painted over library"
}, {
"title": "Source Code Evolution",
"vimeoID": "378641963",
Expand Down
Loading

0 comments on commit 3857a75

Please sign in to comment.