Code: Select all
Purebasic- Error
Error:Linker
ndeined symbols:
_PB_DrawText
_PB_DrawingFont
_PB_DrawingMode
_PB_FrontColor
_PB_Locate
_PB_ScreenOutput
_PB_StartDrawing
_PB_StoptDrawing
_PB_2DDrawing_CurrentDC
collect2: Id returned 1 exit status
Code: Select all
StartDrawing(ScreenOutput())
DrawingMode(1)
DrawingFont(#PB_Default)
FrontColor(20,255,130)
Locate(650,5):DrawingFont("Punteggio")
Locate(700,30):DrawText(Str(Punteggio))
Locate(700,50):DrawText(Str(NumeroAsteroidi))
If Dead=1
DrawingFont(UseFont(9))
FrontColor(255,0,0)
Locate(300,300):DrawText("GAME OVER")
EndIf