dos h0100 heightVariable - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Game window and credits
| <- windowHeight | heightVariable | windowAlign -> |
heightVariable
- Variable screen window height setting
- Common settings -> g_presetObj.heightVariable
Usage
|heightVariable=true|
Overview
Sets whether the height of the screen window for this work can be controlled with the parameter h
. The default is false
(no control).
The control range of parameter h
is from 400px to 1000px.
If less than 500px is specified, the height will be 500px and the size of the play screen will be reduced to the specified value.
Value | Default | Description |
---|---|---|
false | * | Disable parameter h . |
true | Enable parameter h (the screen is stretched to the value specified by the parameter) |
Related pages
- windowHeight :pencil: Screen window height
- playingWidth / playingHeight :pencil: Width or height of game display area
Changelog
Version | Change details |
---|---|
v35.0.0 | - Initial implementation |
| <- windowHeight | heightVariable | windowAlign -> |