mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 20:35:02 +01:00
manual
This commit is contained in:
parent
af3d9add2a
commit
31ab20d9f3
15 changed files with 41 additions and 109 deletions
|
|
@ -1,10 +1,5 @@
|
|||
use std::path::Path;
|
||||
use egui_inspect::{derive::Inspect, inspect};
|
||||
use s2dc::{vec2, MobileEntity};
|
||||
use egui_inspect::derive::Inspect;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use crate::{
|
||||
math::{WorldPos, TILE_SIZE},
|
||||
world::{TPosSc, TilePos},
|
||||
};
|
||||
|
||||
#[derive(Debug, Inspect, Serialize, Deserialize)]
|
||||
pub(crate) struct Player {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue