← Return to tool
Log in with itch.io to leave a comment.
what is wrong here?
my code:
func _on_button_pressed() -> void:
SaveManagerLite.save_game()
← Return to tool
Comments
Log in with itch.io to leave a comment.
what is wrong here?
my code:
func _on_button_pressed() -> void:
SaveManagerLite.save_game()
error: Error at (16, 5): Too few arguments for "save_game()" call. Expected at least 1 but received 0.