Changes:
- separated entities spriteset from primarymap, which only contains tiles - fixed star obstacle
This commit is contained in:
@@ -60,7 +60,7 @@ func (velocity *Velocity) InvertDirection() int {
|
||||
case North:
|
||||
return South
|
||||
case All:
|
||||
return Stop
|
||||
return All
|
||||
case Stop:
|
||||
return Stop
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user