mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 04:25:00 +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};
|
use crate::world::{TPosSc, TilePos};
|
||||||
pub(crate) type WPosSc = u32;
|
pub(crate) type WPosSc = u32;
|
||||||
#[derive(Clone, Copy, Debug, Inspect)]
|
#[derive(Clone, Copy, Debug, Inspect)]
|
||||||
pub(crate) struct WorldPos {
|
pub(crate) struct WorldPos {}
|
||||||
pub(crate) x: WPosSc,
|
|
||||||
pub(crate) y: WPosSc,
|
|
||||||
}
|
|
||||||
/// Tile size in pixels
|
/// Tile size in pixels
|
||||||
pub(crate) const TILE_SIZE: u8 = 32;
|
pub(crate) const TILE_SIZE: u8 = 32;
|
||||||
pub(crate) const FPS_TARGET: u8 = 60;
|
pub(crate) const FPS_TARGET: u8 = 60;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue