We are go with Bevy <3
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
use bevy::prelude::*;
|
||||
|
||||
fn main() {
|
||||
println!("Inits are hard");
|
||||
App::new().add_systems(Update, hello_world).run();
|
||||
}
|
||||
|
||||
fn hello_world() {
|
||||
println!("hello world!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user