dos h0070 playingX - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings during play > Setting the play screen position
| <- frzScopeFromAC || playingX / playingY | playingWidth / playingHeight -> |
playingX / playingY
- X, Y coordinate of game display area
- Common settings -> g_presetObj.playingX, playingY
Usage
|playingX=50|
|playingY=20|
Overview
Sets the X, Y coordinate of the game display area out of the play screen. Default is 0px.
Example (playingX)
Example (playingY)
Related pages
- playingWidth :pencil: Width of game display area
- playingHeight :pencil: Height of game display area
- customCreditWidth :pencil: Width of custom credit area
Changelog
Version | Change details |
---|---|
v33.6.0 | - Initial implementation (playingY) |
v16.0.0 | - Initial implementation (playingX) |
| <- frzScopeFromAC || playingX / playingY | playingWidth / playingHeight -> |