Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
vr scene finished
Browse files Browse the repository at this point in the history
  • Loading branch information
zroem committed Jan 28, 2018
1 parent 923a2e0 commit 99f8a63
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
7 changes: 6 additions & 1 deletion Hologram/PolyislandHologram.hologram/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ myLight = new Light
Hologram.cursor.enabled = true;
Hologram.cursor.fuse = true;
Hologram.cursor.fuseTimeout = 1.0;

tempInput = "";
password = "440";

Expand All @@ -23,6 +23,11 @@ boxOK.onClick ->
print "OK clicked";
if (password == tempInput)
print "win";
ende1.visible = true;
ende2.visible = true;
ende3.visible = true;
ende4.visible = true;

else
tempInput = "wrong";
escapeCode.text = tempInput;
Expand Down
2 changes: 1 addition & 1 deletion Hologram/PolyislandHologram.hologram/hologram/.data/Scenes

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions Hologram/PolyislandHologram.hologram/hologram/build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99f8a63

Please sign in to comment.