forked from 2ndbeam/evolution-rs
Dummy hand drawing
This commit is contained in:
parent
78af40ba77
commit
19f9dc6e8d
6 changed files with 31 additions and 5 deletions
|
|
@ -1,8 +1,12 @@
|
|||
use bevy::prelude::*;
|
||||
use evolution_rs::properties::plugin::BasePropertiesPlugin;
|
||||
use evolution_rs::{
|
||||
properties::plugin::BasePropertiesPlugin,
|
||||
setup
|
||||
};
|
||||
|
||||
fn main() {
|
||||
App::new()
|
||||
.add_plugins((DefaultPlugins,BasePropertiesPlugin))
|
||||
.add_systems(Startup, setup)
|
||||
.run();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue