Skip to content

Interface WindowsConfigOptions

Source: windowsConfig.ts

Properties

minScreenSize

minScreenSize: Vector2

If the user's screen is smaller than these values, windows will always be maximized

Default

ts
new Vector2(350, 350)

screenMargin

screenMargin: number

The margin around windows that are not maximized, in pixels

Default

ts
32

titleSeparator

titleSeparator: string

The separator to use in window titles

Default

ts
"-"

Built by Prozilla