Add a bunch of TODOs
This commit is contained in:
parent
65818ed0e1
commit
35806576f9
5 changed files with 9 additions and 0 deletions
pkg/game
|
@ -7,6 +7,7 @@ const (
|
|||
TileEmpty = Tile(0)
|
||||
TileRover = Tile(1)
|
||||
|
||||
// TODO: Is there even a difference between these two?
|
||||
TileWall = Tile(2)
|
||||
TileRock = Tile(3)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue