update tiles
All checks were successful
Rust Checks / checks (push) Successful in 2m28s

This commit is contained in:
CoCo_Sol 2024-04-06 15:16:39 +02:00
parent 81abef28a3
commit 8a1e4bc59f
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 3.4 MiB

View file

@ -48,7 +48,7 @@ impl Tile {
Self::Casern => Vec2::new(184., 167.),
Self::Castle => Vec2::new(192., 196.),
Self::Forest => Vec2::new(184., 165.),
Self::Grass => Vec2::new(184., 138.),
Self::Grass => Vec2::new(1840., 138.),
Self::Hill => Vec2::new(184., 181.),
Self::Mine => Vec2::new(184., 166.),
Self::Outpost => Vec2::new(184., 208.),