forked from 2ndbeam/evolution-rs
Update hand system (that doesn't work)
This commit is contained in:
parent
d2802994ba
commit
222bc498f1
3 changed files with 90 additions and 8 deletions
|
|
@ -1,12 +1,12 @@
|
|||
use bevy::prelude::*;
|
||||
use evolution_rs::{
|
||||
properties::plugin::BasePropertiesPlugin,
|
||||
setup
|
||||
setup, test_setup_hand, update_hand_dimensions
|
||||
};
|
||||
|
||||
fn main() {
|
||||
App::new()
|
||||
.add_plugins((DefaultPlugins,BasePropertiesPlugin))
|
||||
.add_systems(Startup, setup)
|
||||
.add_systems(Startup, (setup, test_setup_hand, update_hand_dimensions).chain())
|
||||
.run();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue