mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:12:48 +00:00
refactor: configure classic panorama at compile-time
This commit is contained in:
@@ -4,6 +4,11 @@ option('ui_backend',
|
||||
value : 'shiggy',
|
||||
description : 'Specifies a backend implementation for the game UI.')
|
||||
|
||||
option('classic_panorama',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'Enable classic java edition panorama (ui_backend=java ONLY).')
|
||||
|
||||
option('enable_vsync',
|
||||
type : 'boolean',
|
||||
value : true,
|
||||
|
||||
Reference in New Issue
Block a user