dos h0096 scArea - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

Home > Chart settings specification > Initial settings during play > Setting the play screen position

| <- customCreditWidth | scArea | stepY -> |

scArea

Usage

|scArea=80| // Extend left and right by 80px only during play screen (=160px extension)
|scArea=80,center| // same setting as above (official)
|scArea=80,left| // extends 80px to the right only during play screen (=80px extension, for left-aligned layout)

Overview

You can specify the extended width in px for the shortcut key display on the play screen.
The default is 0px. Shortcut key display if different from default (Retry: BackSpace, Go to title: Delete). The second setting allows you to specify whether the extension width should extend to the left or right, or only to the right side.

No Example(Default) Description
1 80(0) Extended width for shortcut key display (in px)
2 left(center) Play screen layout left: left-aligned (extends to right side only) center: centered (extends to both left and right)

Extended layout in center view (extended to left and right)

|scArea=80|

Extended layout in left-justified view (extended only to the right)

|scArea=80,left|

Sample of lyrics display when left and right extended

  • In this example, |scArea=40| is specified to extend the area by 40px to the left and right.
  • Note that only the play screen is expanded, and other screens are not affected.
  • The play screen will not change its width except for the position of the life gauge, lyrics, background, mask, etc., and the background color setting (--background).

Related pages

Changelog

Version Change details
v33.4.0 - Initial implementation

| <- customCreditWidth | scArea | stepY -> |