Skip to content

Commit 44dc101

Browse files
author
Antonino Calderone
committed
Adj text y pos
1 parent 9255892 commit 44dc101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plane.bas

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Const SkyLineHeight% = 240
3232
Const SunXPos%=280
3333
Const SunYPos%=0
3434
Const HelpTextXPos% = 240
35-
Const HelpTextYPos% = 500
35+
Const HelpTextYPos% = 520
3636
Const HelpText$="Move plane using keys a,z,m,n, q to quit"
3737
Const SkyLineBmp$="skyline.bmp"
3838
Const SunBmp$="sun.bmp"

0 commit comments

Comments
 (0)