mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
more
This commit is contained in:
parent
d10e464104
commit
5604327bdc
4 changed files with 0 additions and 6 deletions
|
|
@ -7,7 +7,6 @@ mod command;
|
|||
mod debug;
|
||||
mod game;
|
||||
mod math;
|
||||
mod texture_atlas;
|
||||
mod tiles;
|
||||
|
||||
pub(crate) struct App {
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
use std::fmt;
|
||||
use crate::math::M_PER_PX;
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
use crate::math::IntRect;
|
||||
use std::collections::HashMap;
|
||||
pub(crate) type RectMap = HashMap<String, IntRect>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue