Skip to content

Commit

Permalink
Pushing the last batch of changes from internal repo. Lots of new gam…
Browse files Browse the repository at this point in the history
…e objects and other improvements.
  • Loading branch information
emoller committed Aug 27, 2011
1 parent 94c937f commit f212bee
Show file tree
Hide file tree
Showing 129 changed files with 13,647 additions and 4,767 deletions.
13 changes: 13 additions & 0 deletions index.html
Expand Up @@ -15,6 +15,7 @@

<script type="text/javascript" src="src/Common.js"></script>
<script type="text/javascript" src="src/Perlin.js"></script>
<script type="text/javascript" src="src/ChaikinCurve.js"></script>

<script type="text/javascript" src="src/render/Render.js"></script>
<script type="text/javascript" src="src/render/RenderCanvas.js"></script>
Expand All @@ -29,6 +30,7 @@
<script type="text/javascript" src="src/Movement.js"></script>
<script type="text/javascript" src="src/Trigger.js"></script>
<script type="text/javascript" src="src/ParticleSystem.js"></script>
<script type="text/javascript" src="src/DialogueSystem.js"></script>
<script type="text/javascript" src="src/GameObjects.js"></script>
<script type="text/javascript" src="src/HittableObject.js"></script>

Expand All @@ -37,6 +39,8 @@
<script type="text/javascript" src="src/CaveEntrance.js"></script>
<script type="text/javascript" src="src/House.js"></script>
<script type="text/javascript" src="src/Pickup.js"></script>
<script type="text/javascript" src="src/Breakables.js"></script>
<script type="text/javascript" src="src/GremlinBasket.js"></script>

<script type="text/javascript" src="src/ResourceClasses.js"></script>
<script type="text/javascript" src="src/ResourceDepot.js"></script>
Expand All @@ -53,6 +57,9 @@
<script type="text/javascript" src="src/GremlinStates.js"></script>
<script type="text/javascript" src="src/PCStates.js"></script>
<script type="text/javascript" src="src/Wick.js"></script>
<script type="text/javascript" src="src/TutorialTip.js"></script>
<script type="text/javascript" src="src/Villager.js"></script>
<script type="text/javascript" src="src/Lamppost.js"></script>

<script type="text/javascript">
var app = null;
Expand All @@ -69,6 +76,10 @@
}
}
});

document.onselectstart = function () {
return false;
};
};

function application() {
Expand Down Expand Up @@ -108,6 +119,8 @@
width: 100%;
height: 100%;
color: #fff;
font-family: Allan, Arial;
font-size: 40px;
}
</style>
</head>
Expand Down
Binary file added resources/atlas/friends/female.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/atlas/friends/male.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/atlas/game/apple_basket_pieces.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/atlas/game/pickup_effects.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/atlas/game/tutips.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/atlas/gui/acorn_display.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/atlas/gui/dialogue_idols.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/atlas/gui/padlock.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/atlas/gui/tutorial_page.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/atlas/no_c_red/attackeffect.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/atlas/tilesets/cleanup.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/atlas/tilesets/indoors.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/atlas/tilesets/outer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/audio/music.m4a
Binary file not shown.
Binary file modified resources/audio/music.mp3
Binary file not shown.
Binary file modified resources/audio/music.ogg
Binary file not shown.
Binary file modified resources/audio/music.wav
Binary file not shown.

0 comments on commit f212bee

Please sign in to comment.