diff --git a/glados3.3/portal.bas b/glados3.3/portal.bas index e5efe5a5..899113f8 100644 --- a/glados3.3/portal.bas +++ b/glados3.3/portal.bas @@ -64,6 +64,8 @@ ' LASER ' 232 IF ZY>CY-8 AND ZYZX AND CX-6<240 THEN GOTO 700 +234 IF PY>CY-8 AND PY0 AND CX-6CX THEN M=ZX +720 FOR I=240 TO M STEP -6:HPLOT I,ZY TO I+3,ZY:X=PEEK(-16336):NEXT I +730 FOR I=PX TO CX STEP -6:HPLOT I,PY TO I+3,PY:X=PEEK(-16336):NEXT I + ' 800 REM DEAD 805 VTAB 22:PRINT "YOU DIED!":PRINT "TRY AGAIN? (Y/N) "; @@ -213,19 +218,20 @@ ' TODO: ' ' Opening: -' General +' General: ' Sound effects? ' Parametric Levels (Generic Game Engine) ' -' Level 1/19 +' Level 1/19: ' Walking animation? -' Sentries kill ' Sentries shoot/laser through portal ' Walk on platform ' Sentries can be knocked over from behind ' Sentries an object that can go through portal +' Objects can be picked up with gun? +' Chell changes color (turns into Mel) going through O->B portal? ' -' End level +' End level: ' GLADOS ' Have GLADOS talk? ' Objects through portal