- separated entities spriteset from primarymap, which only contains
  tiles
- fixed star obstacle
This commit is contained in:
2024-03-27 18:37:41 +01:00
parent 5b7c88a1a9
commit 4c2ecc6f1f
23 changed files with 426 additions and 187 deletions

View File

@@ -60,7 +60,7 @@ func (velocity *Velocity) InvertDirection() int {
case North:
return South
case All:
return Stop
return All
case Stop:
return Stop
}