SUPER PLAYER!

This commit is contained in:
Haze Weathers 2024-07-14 01:46:14 -04:00
parent fa94bf6601
commit f1168c099a
13 changed files with 136 additions and 9 deletions

View file

@ -118,6 +118,9 @@ class SaveFile:
total += level.deaths
return total
func is_super_player() -> bool:
return get_total_shards() >= 72 and levels["boss3"].completed
# loads data from the file at `path`
func load_from_file() -> void:
var file = ConfigFile.new()