Skip to content

Commit

Permalink
bathroom_void_shower scene – bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arturkot committed Aug 14, 2012
1 parent f735af9 commit cf7650f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Introduction

I've wanted to create a game since a long time. You know - one of those cool things you'd like try. :) When I started working on this project I had only basic knowledge about JS. Very basic. I didn`t even know how to define an array and JS objects and methods were some kind of mystery. Thanks to this game my skills have developed tremendously. I'm still far from calling myself "pro JS dev" but I've got siginficantly closer.

**You can play it [right here](http://animacjejs.pl/licencjat/).** Please mind that:
**You can play it [right here](http://animacjejs.pl/the-house-game/).** Please mind that:

* this game isn`t finished! Its about 85% - 90% complete, I'll, eventually, finish it,
* this game is *almost* finished. Its about 95% complete, I'll, eventually, finish it,
* it's very, very short,
* it's my first game ever. :)

Expand Down
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,14 @@
container.removeChild(remove_information);

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23875314-1']);
_gaq.push(['_setAccount', 'UA-34088292-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

</body>
Expand Down
1 change: 0 additions & 1 deletion void_bathroom.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<div id="curtain" class="transparent"></div>
<div id="curtain_folded" class="transparent"></div>
<div id="curtain_use" data-tooltip="The washing curtain"></div>

<div id="door_corridor" data-tooltip="Go to the corridor"></div>

Expand Down

0 comments on commit cf7650f

Please sign in to comment.