mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-15 12:15:01 +01:00
manual
This commit is contained in:
parent
ded76b32b8
commit
af3d9add2a
1 changed files with 1 additions and 4 deletions
|
|
@ -5,10 +5,7 @@ use serde::{Deserialize, Serialize};
|
|||
use crate::world::{TPosSc, TilePos};
|
||||
pub(crate) type WPosSc = u32;
|
||||
#[derive(Clone, Copy, Debug, Inspect)]
|
||||
pub(crate) struct WorldPos {
|
||||
pub(crate) x: WPosSc,
|
||||
pub(crate) y: WPosSc,
|
||||
}
|
||||
pub(crate) struct WorldPos {}
|
||||
/// Tile size in pixels
|
||||
pub(crate) const TILE_SIZE: u8 = 32;
|
||||
pub(crate) const FPS_TARGET: u8 = 60;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue