generated from krampus/template-godot4
7 lines
112 B
GDScript3
7 lines
112 B
GDScript3
|
extends Tool
|
||
|
## Pump up the jamz!
|
||
|
|
||
|
|
||
|
func unlocked() -> bool:
|
||
|
return World.instance.manager.mp3_player_unlocked
|