Feature/evolution #1

Merged
K merged 6 commits from feature/evolution into main 2026-08-19 16:20:56 +00:00
Showing only changes of commit 9d917e95ab - Show all commits
-1
View File
@@ -156,7 +156,6 @@ func change_speed(delta: int) -> int:
func load_data() -> bool:
#var _is_succesfull = false
var game_data: Dictionary = SaveManager.load_data("owniverse", "qwerty")
if game_data == {}:
return false