change the run scripts and update the docs
This commit is contained in:
parent
61a1052b3e
commit
76ae7e35fe
680 changed files with 1858 additions and 738 deletions
6
Examples/drboy/src/enemies.rs
Normal file
6
Examples/drboy/src/enemies.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
use crate::utils::Position;
|
||||
pub struct Enemy {
|
||||
counter: u8,
|
||||
pos: Position,
|
||||
bitmap: u8,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue