mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-24 13:32:23 +00:00
portal: ugh, bug was forgetting to set SCALE= to a sane value
This commit is contained in:
parent
9aaf181571
commit
e20b314631
@ -1,6 +1,6 @@
|
||||
10 HOME:HGR
|
||||
11 POKE 232,0:POKE 233,28
|
||||
12 PRINT CHR$(4)+"BLOAD OBJECTS.SHAPE,A$1C00"
|
||||
10 HOME:HGR:SCALE=2:ROT=0
|
||||
11 POKE 232,0:POKE 233,29
|
||||
12 PRINT CHR$(4)+"BLOAD OBJECTS.SHAPE,A$1D00"
|
||||
15 GOSUB 1000
|
||||
20 CX=20:CY=100:VX=0:VY=0:SX=140:SY=80:BO=0:GO=0
|
||||
22 XDRAW 1 AT SX,SY
|
||||
|
Loading…
Reference in New Issue
Block a user