Fix small and large rock spawning
This commit is contained in:
parent
1a1ef9a376
commit
9cd5324465
2 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,7 @@ const (
|
|||
SmallRock = Type('o')
|
||||
|
||||
// LargeRock is a large blocking rock
|
||||
LargeRock = Type('o')
|
||||
LargeRock = Type('O')
|
||||
)
|
||||
|
||||
// Object represents an object in the world
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue