Browse Source

more ground for World

GitOrigin-RevId: 88a9717170
master
Colin McMillen 4 years ago
parent
commit
22091fa5b1
  1. 2
      Jumpy.Shared/World.cs

2
Jumpy.Shared/World.cs

@ -69,7 +69,7 @@ namespace Jumpy {
} else {
terrain = Terrain.Rock;
}
if (j == 6 && 11 < i && i < 15) {
if (j == 6 && 11 < i && i < 16) {
terrain = Terrain.Grass;
}
if (j == 3 && 15 < i && i < 19) {

Loading…
Cancel
Save