forked from 2ndbeam/evolution-rs
Finally proper property ecosystem
This commit is contained in:
parent
ec7a55a060
commit
28233c678b
3 changed files with 35 additions and 77 deletions
|
|
@ -1,7 +1,8 @@
|
|||
use bevy::prelude::*;
|
||||
use evolution_rs::properties::plugin::BasePropertiesPlugin;
|
||||
|
||||
fn main() {
|
||||
App::new()
|
||||
.add_plugins(DefaultPlugins)
|
||||
.add_plugins((DefaultPlugins,BasePropertiesPlugin))
|
||||
.run();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue