-
-
Notifications
You must be signed in to change notification settings - Fork 20
Main classes
Carenalga edited this page Feb 11, 2023
·
3 revisions
These are the main classes Popochiu uses to define the Objects used during the game for players to interact with it.
- PopochiuClickable - Base class of the objects which players interact with inside rooms: Props, Hotspots and characters.
-
PopochiuRoom - Rooms are the scenes in Popochiu.
- PopochiuWalkableArea - The areas where characters can move.
- PopochiuProp - Visual elements in the Room that can have interaction.
- PopochiuHotspot - Areas players can interact with.
- PopochiuRegion - Can trigger events when the player walks on them.
- PopochiuCharacter - Any Object that can move, walk, navigate rooms, have an inventory, etc.
- PopochiuInventoryItem - An object the player can grab and use in Props, Hotspots, characters and other inventory items.
- PopochiuDialog - Branching dialogs that show options for players to select and trigger actions.
- AudioCue - Audio clips (music or sounds) that can be played, faded, or stopped.