Overworld Movement #9
1 changed files with 2 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
||||||
use crate::{
|
use crate::{game::ZLayer, State};
|
||||||
game::{Ghost, ZLayer},
|
|
||||||
State
|
|
||||||
};
|
|
||||||
use comfy::{
|
use comfy::{
|
||||||
draw_circle, draw_rect_outline, draw_sprite, error, info, is_key_down,
|
draw_circle, draw_rect_outline, draw_sprite, error, info, is_key_down,
|
||||||
is_key_pressed, main_camera_mut, EngineContext, IVec2, KeyCode, Vec2, RED, WHITE
|
main_camera_mut, EngineContext, IVec2, KeyCode, Vec2, RED, WHITE
|
||||||
};
|
};
|
||||||
use std::time::Instant;
|
use std::time::Instant;
|
||||||
use worldgen::MovementCost;
|
use worldgen::MovementCost;
|
||||||
|
|
Loading…
Reference in a new issue