mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 04:25:00 +01:00
Add tile graphic
This commit is contained in:
parent
d78726eb5b
commit
fbc7e35f9e
11 changed files with 812 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
pub type WorldPosScalar = i32;
|
||||
|
||||
pub struct WorldPos {
|
||||
x: WorldPosScalar,
|
||||
y: WorldPosScalar,
|
||||
pub x: WorldPosScalar,
|
||||
pub y: WorldPosScalar,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue