e-dt 4 years ago
parent
commit
6536781923
  1. 1
      src/actor.rs
  2. 2
      src/main.rs

1
src/actor.rs

@ -1,6 +1,5 @@
use ggez::graphics; use ggez::graphics;
pub enum ActorPosn { pub enum ActorPosn {
BoardPosn { BoardPosn {
x: u8, x: u8,

2
src/main.rs

@ -5,9 +5,9 @@ use std::env;
use std::path; use std::path;
mod actor; mod actor;
mod apr;
mod behaviour; mod behaviour;
mod board; mod board;
mod apr;
fn main() -> GameResult<()> { fn main() -> GameResult<()> {
let mut cb = ContextBuilder::new("apruebo", "s1m7u and e-dt"); let mut cb = ContextBuilder::new("apruebo", "s1m7u and e-dt");

Loading…
Cancel
Save