Merge branch 'revert-180600f3' into 'master'
Revert "Removed autores. Changed segment font." See merge request !1
This commit is contained in:
commit
63a2f9ffed
4 changed files with 3115 additions and 3115 deletions
Binary file not shown.
BIN
electric
BIN
electric
Binary file not shown.
22
electric.bas
22
electric.bas
|
@ -12,7 +12,7 @@ GET #1, 19, vol
|
|||
IF swidth > 0 AND sheight > 0 THEN
|
||||
SCREEN _NEWIMAGE(swidth, sheight, 32)
|
||||
ELSE
|
||||
'desktop& = _SCREENIMAGE
|
||||
desktop& = _SCREENIMAGE
|
||||
IF desktop& THEN
|
||||
swidth = _WIDTH(desktop&)
|
||||
sheight = _HEIGHT(desktop&)
|
||||
|
@ -22,7 +22,7 @@ ELSE
|
|||
END IF
|
||||
SCREEN _NEWIMAGE(swidth, sheight, 32)
|
||||
IF desktop& THEN _FREEIMAGE desktop&
|
||||
fs = 0
|
||||
fs = 1
|
||||
blue = 255
|
||||
steering = 1
|
||||
throttle = 3
|
||||
|
@ -59,7 +59,7 @@ IF electricicon& THEN
|
|||
_FREEIMAGE electricicon&
|
||||
END IF
|
||||
IF fs = 1 THEN _FULLSCREEN
|
||||
quartz& = _LOADFONT("DSEG14Classic-Regular.ttf", sheight / 24, "")
|
||||
quartz& = _LOADFONT("segment14.otf", sheight / 24, "")
|
||||
cyberbit& = _LOADFONT("cyberbit.ttf", sheight / 32, "")
|
||||
_PRINTMODE _KEEPBACKGROUND
|
||||
RANDOMIZE TIMER
|
||||
|
@ -188,7 +188,7 @@ DO
|
|||
_PUTIMAGE (0, 0)-(swidth - 1, sheight - 1), premetal&, brushedmetal&
|
||||
_FREEIMAGE premetal&
|
||||
_FONT 16
|
||||
quartz& = _LOADFONT("DSEG14Classic-Regular.ttf", sheight / 24, "")
|
||||
quartz& = _LOADFONT("segment14.otf", sheight / 24, "")
|
||||
cyberbit& = _LOADFONT("cyberbit.ttf", sheight / 32, "")
|
||||
END IF
|
||||
IF menu(6) THEN credit
|
||||
|
@ -222,7 +222,7 @@ _PUTIMAGE (0, 0)-(swidth - 1, sheight - 1), premetal&, brushedmetal&
|
|||
_FREEIMAGE premetal&
|
||||
_PUTIMAGE (0, 0), brushedmetal&
|
||||
_FONT 16
|
||||
quartz& = _LOADFONT("DSEG14Classic-Regular.ttf", sheight / 24, "")
|
||||
quartz& = _LOADFONT("segment14.otf", sheight / 24, "")
|
||||
cyberbit& = _LOADFONT("cyberbit.ttf", sheight / 32, "")
|
||||
_FONT quartz&
|
||||
center "CREDITS", 1
|
||||
|
@ -1317,8 +1317,8 @@ _DEST 0
|
|||
IF team < 1 THEN team = 1
|
||||
IF team > 4 THEN team = 4
|
||||
planeshadow& = shadow&(plane&)
|
||||
quartz& = _LOADFONT("DSEG14Classic-Regular.ttf", 16)
|
||||
bigquartz& = _LOADFONT("DSEG14Classic-Regular.ttf", 32)
|
||||
quartz& = _LOADFONT("segment14.otf", 16)
|
||||
bigquartz& = _LOADFONT("segment14.otf", 32)
|
||||
cyberbit& = _LOADFONT("cyberbit.ttf", 24, "")
|
||||
numplanes% = team * 4 - 1
|
||||
DIM points(3) AS score
|
||||
|
@ -1739,7 +1739,7 @@ GET #1, 23, secondary.axis
|
|||
GET #1, 24, scrdown.axis
|
||||
GET #1, 25, scrup.axis
|
||||
GET #1, 26, pick.axis
|
||||
quartz& = _LOADFONT("DSEG14Classic-Regular.ttf", sheight / 24, "")
|
||||
quartz& = _LOADFONT("segment14.otf", sheight / 24, "")
|
||||
cyberbit& = _LOADFONT("cyberbit.ttf", sheight / 32, "")
|
||||
premetal& = _LOADIMAGE("electricplane2.png")
|
||||
brushedmetal& = _NEWIMAGE(swidth, sheight, 32)
|
||||
|
@ -1776,7 +1776,7 @@ DO
|
|||
PUT #1, 2, sheight
|
||||
_PRINTMODE _KEEPBACKGROUND
|
||||
_FONT 16
|
||||
quartz& = _LOADFONT("DSEG14Classic-Regular.ttf", sheight / 24, "")
|
||||
quartz& = _LOADFONT("segment14.otf", sheight / 24, "")
|
||||
cyberbit& = _LOADFONT("cyberbit.ttf", sheight / 32, "")
|
||||
END IF
|
||||
IF menu(5) THEN
|
||||
|
@ -1895,7 +1895,7 @@ _FREEIMAGE brushedmetal&
|
|||
END SUB
|
||||
|
||||
SUB pickres 'screen resolution picking dialogue
|
||||
quartz& = _LOADFONT("DSEG14Classic-Regular.ttf", sheight / 16, "")
|
||||
quartz& = _LOADFONT("segment14.otf", sheight / 16, "")
|
||||
cyberbit& = _LOADFONT("cyberbit.ttf", sheight / 32, "")
|
||||
premetal& = _LOADIMAGE("brushedmetal.png")
|
||||
brushedmetal& = _NEWIMAGE(swidth, sheight, 32)
|
||||
|
@ -1930,7 +1930,7 @@ DO
|
|||
_PUTIMAGE (0, 0)-(swidth - 1, sheight - 1), premetal&, brushedmetal&
|
||||
_FREEIMAGE premetal&
|
||||
_FONT 16
|
||||
quartz& = _LOADFONT("DSEG14Classic-Regular.ttf", sheight / 16, "")
|
||||
quartz& = _LOADFONT("segment14.otf", sheight / 16, "")
|
||||
cyberbit& = _LOADFONT("cyberbit.ttf", sheight / 32, "")
|
||||
END IF
|
||||
NEXT
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue