First system
This commit is contained in:
parent
13ce397d69
commit
d679712dd8
13
src/main.rs
13
src/main.rs
@ -1,3 +1,12 @@
|
|||||||
fn main() {
|
use bevy::prelude::*;
|
||||||
println!("Hello, world!");
|
|
||||||
|
|
||||||
|
fn gamarjoba() {
|
||||||
|
println!("Gamarjoba, munde!");
|
||||||
|
}
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
App::new()
|
||||||
|
.add_systems(Update, gamarjoba)
|
||||||
|
.run();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user