This commit is contained in:
nora 2023-04-17 21:51:49 +02:00
parent af3d9add2a
commit 31ab20d9f3
15 changed files with 41 additions and 109 deletions

View file

@ -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 {}