Pepper the world with rocks

This commit is contained in:
Marc Di Luzio 2020-06-07 22:36:11 +01:00
parent 43648926ca
commit e82fb3dbfe
4 changed files with 21 additions and 8 deletions

View file

@ -38,7 +38,7 @@ func NewWorld() *World {
// SpawnWorldBorder spawns a border at the edge of the world atlas
func (w *World) SpawnWorldBorder() error {
return w.Atlas.SpawnAtlasBorder()
return w.Atlas.SpawnWorld()
}
// SpawnRover adds an rover to the game