diff --git a/source/charMouse.brs b/source/charMouse.brs index 8d79cfc..e9f2ccb 100644 --- a/source/charMouse.brs +++ b/source/charMouse.brs @@ -2,7 +2,7 @@ ' ******************************************************************************************************** ' ** Roku Prince of Persia Channel - http://github.com/lvcabral/Prince-of-Persia-Roku ' ** Created: February 2016 -' ** Updated: May 2016 +' ** Updated: June 2016 ' ** ' ** Ported to Brighscript by Marcelo Lv Cabral from the Git projects: ' ** https://github.com/ultrabolido/PrinceJS - HTML5 version by Ultrabolido @@ -39,7 +39,7 @@ Function CreateMouse(level as object, room as integer, position as integer, face this.haveSword = false this.meet = false this.visible = true - + this.baseX = level.rooms[room].x * this.const.ROOM_WIDTH this.baseY = level.rooms[room].y * this.const.ROOM_HEIGHT diff --git a/source/gameScreen.brs b/source/gameScreen.brs index 56110b2..28e2c5f 100644 --- a/source/gameScreen.brs +++ b/source/gameScreen.brs @@ -28,6 +28,7 @@ Function PlayGame() as boolean m.blink = false m.flash = false m.gameOver = false + m.showTime = false m.timeShown = 0 m.finalTime = 0 'Game Loop diff --git a/source/gameSound.brs b/source/gameSound.brs index 3737773..c3d29ad 100644 --- a/source/gameSound.brs +++ b/source/gameSound.brs @@ -3,7 +3,7 @@ ' ** Roku Prince of Persia Channel - http://github.com/lvcabral/Prince-of-Persia-Roku ' ** ' ** Created: February 2016 -' ** Updated: May 2016 +' ** Updated: June 2016 ' ** ' ** Ported to Brighscript by Marcelo Lv Cabral from the Git projects: ' ** https://github.com/ultrabolido/PrinceJS - HTML5 version by Ultrabolido diff --git a/source/tileGate.brs b/source/tileGate.brs index acbf51c..edbd179 100644 --- a/source/tileGate.brs +++ b/source/tileGate.brs @@ -3,7 +3,7 @@ ' ** Roku Prince of Persia Channel - http://github.com/lvcabral/Prince-of-Persia-Roku ' ** ' ** Created: February 2016 -' ** Updated: May 2016 +' ** Updated: June 2016 ' ** ' ** Ported to Brighscript by Marcelo Lv Cabral from the Git projects: ' ** https://github.com/ultrabolido/PrinceJS - HTML5 version by Ultrabolido diff --git a/source/tileSlicer.brs b/source/tileSlicer.brs index e811188..aac6ddc 100644 --- a/source/tileSlicer.brs +++ b/source/tileSlicer.brs @@ -3,7 +3,7 @@ ' ** Roku Prince of Persia Channel - http://github.com/lvcabral/Prince-of-Persia-Roku ' ** ' ** Created: February 2016 -' ** Updated: May 2016 +' ** Updated: June 2016 ' ** ' ** Ported to Brighscript by Marcelo Lv Cabral from the Git projects: ' ** https://github.com/ultrabolido/PrinceJS - HTML5 version by Ultrabolido