2025-05-21 14:36:53 +07:00

1.3 KiB

sidebar_position
sidebar_position
4

Spinning Panel Setup

Overview

The spinning panel system includes the reel slot panel and additional panels: landing-panel, tension-panel, present-win-cell-panel, and present-win-border-panel.

Panel Setup

  • Landing Panel:

    • Landing Panel
    • Script:
      SlottySetting.prototype._registerInjection = function () {
          DIContainer.Register('landingGenerator', require('landing-generator'));
      };
      
  • Present Win Cell Panel:

    • Present Win Cell Panel
  • Present Win Border Panel:

    • Present Win Border Panel
  • Tension Panel:

    • Tension Panel
    • For custom size frames, set sizeMode to Custom and configure the static frame and size.
      • Tension Custom Size
    • Check Toggle: Ensure the general panel toggle is correctly set.
      • Toggle Note
    • Script:
      SlottySetting.prototype._registerInjection = function () {
          DIContainer.Register('tensionGenerator', require('tension-generator'));
      };