Code formatting and comments across the board.

This commit is contained in:
2025-10-04 05:02:39 -04:00
parent 845c696899
commit c0d25f1d47
6 changed files with 74 additions and 43 deletions

View File

@@ -17,7 +17,7 @@ local GameState = make_class()
------------------------------------------------------------------------------
function GameState:_init(name, index)
self.name = name
self.name = name
self.index = index
self.valid = false
end