Initialize
This commit is contained in:
9
src/main.rs
Normal file
9
src/main.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use rusty_engine::prelude::*;
|
||||
|
||||
fn main() {
|
||||
let mut game = Game::new();
|
||||
|
||||
// setup game here
|
||||
|
||||
game.run(());
|
||||
}
|
||||
Reference in New Issue
Block a user