SUPER PLAYER!
This commit is contained in:
parent
fa94bf6601
commit
f1168c099a
13 changed files with 136 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue