Skip to content
TypeAliasDebugger & Diagnostics@public

FlxFpsDisplayPosition

Screen corner used by the lightweight FPS overlay.

ts
export type FlxFpsDisplayPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'

Released under the MIT License.