mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-30 09:03:37 +00:00
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
option('ui_backend',
|
|
type : 'combo',
|
|
choices: ['shiggy', 'java'],
|
|
value : 'shiggy',
|
|
description : 'Specifies a backend implementation for the game UI.')
|
|
|
|
option('enable_vsync',
|
|
type : 'boolean',
|
|
value : true,
|
|
description : 'Toggles V-Sync and adds options to unlock maximum in-game framerate.')
|