Skip to content

Skin Options

Anthony Samms edited this page Jun 2, 2026 · 1 revision

Skin Options

The "options" object inside the "screen" entry of skin_config.json toggles optional engine behaviours.

{
  "screen": {
    "width": 1280,
    "height": 720,
    "options": {
      "delay_score_addition": true
    }
  }
}

Available Options

Option Type Default Description
delay_score_addition boolean false When true, the score counter is only updated after the base score animation has completed, matching the style of gen 3 score addition.

Clone this wiki locally