mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 14:43:38 +00:00
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
option('enable_java_guis',
|
|
type : 'boolean',
|
|
value : true,
|
|
description : 'Re-enable the Java UI remnants in the code (for testing only)')
|
|
|
|
option('enable_vsync',
|
|
type : 'boolean',
|
|
value : true,
|
|
description : 'Toggles whether V-Sync will be toggle on or off.') |