14 lines
586 B
Markdown
14 lines
586 B
Markdown
---
|
|
sidebar_position: 3
|
|
---
|
|
|
|
# Freerounds View
|
|
|
|
## Overview
|
|
The `FreeroundsView` component manages the user interface for free rounds in the slot machine game. It is responsible for displaying relevant visuals, handling UI transitions, and triggering animations when the game enters or exits Free Round mode.
|
|
|
|
## Description
|
|
|
|
* Constructs a new FreeroundsView instance.
|
|
* Invokes the base View constructor for initialization.
|
|
* [Source code reference](https://gitea.plp19.com/cocos-core/p4f-slotty-core/src/commit/7fbf58bf2ad8edec4258757b353151b638c96652/src/view/freerounds-view.js#L5) |