Skip to content

Commit

Permalink
Fix code (change)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaspardCulis committed Jan 27, 2023
1 parent 5559acc commit 46ba6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/Levels/CodeLevel/Code_entré.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ func _ready():


func _on_verify_numbers():
if text == "8390":
if text == "3890":
print("OK")
get_tree().get_nodes_in_group("door")[0].get_child(0).frame = 1
self.modulate = Color(0, 0, 0, 0)
Expand Down

0 comments on commit 46ba6af

Please sign in to comment.