1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Added orevious state

This commit is contained in:
Edward Badel 2021-06-27 23:04:27 -04:00
parent 374839ae37
commit f99984c672

View File

@ -103,4 +103,8 @@ export class CreditsState extends TextualGameState {
);
});
}
getDefaultPreviousState() {
return "AboutState";
}
}