Add score and turns

This commit is contained in:
Andrew Miner
2018-05-28 13:27:02 -06:00
parent 18fc60428a
commit af11b14c19
5 changed files with 123 additions and 24 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ window.STORY = s = new Story("A Walk Through My House")
# Items ################################################################################################################
boxOfTile = s.addItem("box of tiles")
boxOfTile = s.addItem("box of tiles", fixed: true)
boxOfTile.description =
"This appears to be a box of flooring tiles. The tiles appear to be a very light color of natural stone. It is
quite heavy."