notepad.gd
Extends: CanvasLayer
Description
The EgoVenture Notepad hint system
Property Descriptions
goals
var goals: Array
The map of the goals. Each entry contains a dictionary of Goal objects
Method Descriptions
configure
func configure(configuration: GameConfiguration)
Configure the notepad and load the hints
finished_step
func finished_step(goal_id: int, step: int)
A step of a goal was finished, advance the hints and switch to the next goal until a goal with an unfinished step comes along
show
func show()
Show the notepad