@@ -61,8 +61,8 @@ func level_select_menu_option(option: String) -> void:
var level: String = 'res://Levels/'
if option == 'H':
level += 'Hub World.tscn'
elif option == '1':
level += 'Level 1.tscn'
else:
level += 'Level ' + option + '.tscn'
new_game(level)
return
The note is not visible to the blocked user.