Initial work
This commit is contained in:
parent
dcb1ccaade
commit
b297d63e31
12
src/main.rs
12
src/main.rs
@ -1,3 +1,11 @@
|
|||||||
fn main() {
|
use bevy::prelude::*;
|
||||||
println!("Hello, world!");
|
|
||||||
|
fn gamarjoba() {
|
||||||
|
println!("Gamarjoba, munde!");
|
||||||
|
}
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
App::new()
|
||||||
|
.add_system(gamarjoba)
|
||||||
|
.run();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user