Skip to content

Commit

Permalink
bug: true end fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ricargoes committed Oct 5, 2020
1 parent 56eb72e commit 73088ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions levels/WinScreen.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ extends CenterContainer
var good_win = true

func _ready():
SPD.artifacts[SPD.current_level] = true
$VBoxContainer/HBoxContainer2/MainMenu.grab_focus()
for level in SPD.artifacts.keys():
if not SPD.artifacts[level]:
Expand Down

0 comments on commit 73088ca

Please sign in to comment.