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;
pub enum ActorPosn {
BoardPosn {
x: u8,

2
src/main.rs

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

Loading…
Cancel
Save