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() {
|
||||
println!("Hello, world!");
|
||||
use bevy::prelude::*;
|
||||
|
||||
|
||||
fn gamarjoba() {
|
||||
println!("Gamarjoba, munde!");
|
||||
}
|
||||
|
||||
fn main() {
|
||||
App::new()
|
||||
.add_systems(Update, gamarjoba)
|
||||
.run();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user