Added more grass tiles & extended level a bit.
This commit is contained in:
parent
438b0a35bb
commit
c7930db414
Binary file not shown.
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.9 KiB |
@ -1,21 +1,21 @@
|
|||||||
x x
|
x x
|
||||||
x x
|
x x
|
||||||
x x
|
x x
|
||||||
x S S x
|
x S S x
|
||||||
x xxxxxx x
|
x xxxxxx S S x
|
||||||
x x
|
x xxxxxxxxxxx x
|
||||||
x x
|
x x
|
||||||
x x
|
x xxxxx x
|
||||||
x xxxxxx x
|
x xxxxxx x x
|
||||||
x x
|
x x xxxxxxxxx x
|
||||||
x x
|
x S S x x x
|
||||||
x xxxxxx x
|
x xxxxxx xxxxxx xxxxx xxxxx xxxxxxx xxxxx x
|
||||||
x x
|
x x x x
|
||||||
x x
|
x x x xxx x
|
||||||
x x
|
x x S x x x x
|
||||||
xxxxxxxxxx x
|
xxxxxxxxxx xxxxx xxxxx x xxxx xxx x x
|
||||||
x x
|
x x x x x
|
||||||
x S S S x
|
x S S S x xxx x x
|
||||||
x P S S S S x
|
x P S S S S S x x x x
|
||||||
xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
|
|
@ -121,6 +121,7 @@ pub const GameScene = struct {
|
|||||||
3 => {
|
3 => {
|
||||||
if (!ordinals.left) offset = 6;
|
if (!ordinals.left) offset = 6;
|
||||||
if (!ordinals.right) offset = 7;
|
if (!ordinals.right) offset = 7;
|
||||||
|
if (!ordinals.bottom) offset = 10 + self.game.randomTileOffset(x, y, 2);
|
||||||
},
|
},
|
||||||
else => {},
|
else => {},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user