1.9 KiB
1.9 KiB
sidebar_position
sidebar_position |
---|
5 |
Win Point on Reel
Overview
The Win Point on Reel system displays win points for each payline, including scatter wins.
Asset Preparation
-
Core Assets:
-
Game Assets:
Setup
-
Add Prefab to Scene:
-
Configure Node Targets:
- Set the target node for win point labels and define size/offset.
- Properties:
Property Type Description labelPosition
cc.Vec2
Offset position for the win point label. nodeTarget
cc.Node
Target node containing the label. cellItemSize
cc.Vec2
Size of each slot cell. defaultFontSize
number
Default font size for the label.
-
Set Up Label Component:
Tip: Follow game design specifications for position and size.