addStatusText

open fun addStatusText(ship: ShipAPI, text: String, textColor: Color, screenPos: Vector2f)

Draw text with the font victor10 where you want on the screen.

Parameters

ship

The player ship.

text

Text to display.

textColor

The color of the text

screenPos

The position on the Screen.