Проектная работа - WIP
This commit is contained in:
@@ -19,6 +19,7 @@ fn main() {
|
||||
.insert_resource(bevy::winit::WinitSettings::desktop_app())
|
||||
.insert_resource(ClearColor(Color::srgb(0.3, 0.6, 0.8)))
|
||||
.add_systems(Startup, (startup, setup_frame_rate))
|
||||
// .add_systems(PostStartup, snake_game::print_all_entities)
|
||||
.add_systems(Update, (head_rotation, moving))
|
||||
.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user