mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 20:30:31 +00:00
glados: can move on to level19 from level1
This commit is contained in:
parent
a96eec9f1d
commit
722ec89eb7
@ -100,6 +100,7 @@
|
||||
204 IF CX>GX-6 AND CX<GX+6 AND CY<GY+12 AND CY>GY-12 THEN CX=BX+2*VX:CY=BY:POKE 768,180:POKE 769,40:CALL 770
|
||||
' Edges
|
||||
210 IF CX<7 THEN CX=7:VX=0
|
||||
211 IF L=1 AND CX>271 THEN L=19:GOTO 15
|
||||
212 IF CX>271 THEN CX=271:VX=0
|
||||
214 IF CY<7 THEN CY=7:VY=-VY
|
||||
' Floors
|
||||
@ -348,7 +349,6 @@
|
||||
' 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?
|
||||
' Draw exit door
|
||||
'
|
||||
' End level:
|
||||
' Have GLADOS talk?
|
||||
@ -357,7 +357,10 @@
|
||||
' Die if go into incinerator
|
||||
' Call out to Still Alive
|
||||
' Sound for blob gun?
|
||||
|
||||
|
||||
|
||||
|
||||
'
|
||||
' Impossible to draw an ASCII Cake
|
||||
'
|
||||
' __ /@/|
|
||||
' /@/| | |/|
|
||||
' ///| |_|/
|
||||
' |//
|
||||
|
Loading…
Reference in New Issue
Block a user