2025-05-19 17:07:34 +07:00

1.7 KiB

sidebar_position, title, description
sidebar_position title description
17 Win Limit Display win and gamble limit notifications in-game.

Win Limit

Overview

  • Shows a win/gamble limit popup during gameplay.
  • Win limit notifications can appear in the main game.

Win Gamble


Implementation

Prefab Location

Path Prefab Name
assets/core-assets/hyper-core/packages/present/prefabs present-win-limit-reached

Scene Hierarchy

Place the prefab in the following scene structure:

Canvas
└── [main-view]
    └── [game-view]
        └── [present-win-limit-reached]

Scene Structure

Asset Setup

  • Drag and drop the required image onto the node in the editor:

Asset Setup

Drag Sprite Node Name
you-won you-won
win-limit-reached win-limit-reached
gamble-limit-reached gamble-limit-reached
btn... btn-continue
text-continue continue

Font

  • Use a custom font to match the win label style for your game theme.

Font


:::tip

  • Follow the game design layout for assets and fonts.
  • Win limit configuration may vary by game. :::