Target UI multiplayer (#95)
This commit is contained in:
@@ -22,6 +22,7 @@ use bevy_replicon_renet::{
|
||||
use bevy_steamworks::Client;
|
||||
use bevy_trenchbroom::geometry::Brushes;
|
||||
|
||||
pub mod aim;
|
||||
pub mod audio;
|
||||
pub mod backpack;
|
||||
pub mod control;
|
||||
@@ -36,6 +37,8 @@ pub mod ui;
|
||||
|
||||
pub fn plugin(app: &mut App) {
|
||||
app.add_plugins((
|
||||
aim::plugin,
|
||||
audio::plugin,
|
||||
backpack::plugin,
|
||||
control::plugin,
|
||||
debug::plugin,
|
||||
@@ -43,7 +46,6 @@ pub fn plugin(app: &mut App) {
|
||||
heal_effect::plugin,
|
||||
player::plugin,
|
||||
setup::plugin,
|
||||
audio::plugin,
|
||||
steam::plugin,
|
||||
ui::plugin,
|
||||
settings::plugin,
|
||||
|
||||
Reference in New Issue
Block a user