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

5.5 KiB

sidebar_position
sidebar_position
9

Info Pages

Overview

Info Pages provide players with details about game rules, features, symbols, payout structures, and mechanics. They are divided into Paytable and Rules sections, with different layouts for Desktop and Mobile.

Platform Desktop Mobile
Paytable/Rules Desktop 1
Desktop 2
Desktop 3
Mobile 1
Mobile 2

Asset Preparation

Assets Description
Rules Asset Used for Rules or RichText images.
Paytable Asset Used for Paytable setup.

Desktop Setup

  1. Locate Template Prefabs:
    • Search for the desktop-hyper-info-panel prefab.
    • Locate Prefabs
  2. Clone Assets:
    • Copy and paste to the game assets location, removing unnecessary prefixes.
    • Clone Prefabs

desktop-info-panel

Step Action Image Reference
1 Change Color in page-background per game design. Step 1
2 Change Color in menu-header-background per game design. Step 2
3 Update Prefab in paytable-content using prepared prefabs. Step 3
4 Update Prefab in rules-content using prepared prefabs. Step 4

desktop-paytable-content

  • Item with Payout:

    • Paytable Payout
    • Steps:
      Step Action Image Reference
      1 Set Item Name and Odds Items per game design. Step 1
      2 Set Sprite Frame in item-display using prepared assets. Step 2
      3 Change Color in multi-x... and odds-x... per game design. Step 3
      4 Adjust Font and Font Size in multi-x... and odds-x.... Use Bitmap Font Creator if needed. Step 4
  • Item with Description:

    • Paytable Description
    • Steps:
      Step Action Image Reference
      1 Set Name per game design. Step 1
      2 Set Sprite Frame in item-display using prepared assets. Step 2
      3 Change String in description per game design. Step 3
  • Feature Game:

    • Configure based on game features (e.g., FREESPIN BONUS, BONUS FEATURE):
      • Title: Update String and Color in freespins-bonus-title.
      • Image: Set Sprite Frame in freespins-bonus-image-... using prepared assets.
      • Description: Update String in freespins-bonus-description.
    • Feature Overview
    • Feature Configure
    • Feature Overview 2
    • Feature Configure 2

desktop-rules-content

  • Types: Lines or Ways.
  • Steps:
    1. Set Sprite Frame in lines-image using prepared assets.
    2. Change Color in lines-title per game design.
    3. For Ways:
      • Update String in lines-title to WIN WAYS/DYNAWAYS.
      • Enable and update String in lines-description.
    • Rules Overview
    • Rules Configure
    • Rules Overview 2
    • Rules Configure 2

Mobile Setup

  1. Locate Template Prefabs:
    • Search for the mobile-ui prefab.
    • Locate Prefabs
  2. Clone Assets:
    • Copy and paste to the game assets location, removing unnecessary prefixes.
    • Clone Prefabs
  3. Configure Prefabs:
    • Configure mobile-paytable-content and mobile-rules-content as described in Desktop Setup.
  4. Spawner Positions:
    • For Paytable: Use mobile-paytable-content-spawner in the mobile-ui prefab.
      • Paytable Spawner
    • For Rules: Use mobile-rule-content-spawner in the mobile-ui prefab.
      • Rules Spawner

Tip:

  • If the game has a server, verify config settings:
    1. Open DevTools, navigate to the Network tab, and find the message with event = "config".
    2. Compare paytable values with the configured setup.
    • Config Settings