Target UI multiplayer (#95)

This commit is contained in:
PROMETHIA-27
2025-12-21 12:01:50 -05:00
committed by GitHub
parent cc7e2aae70
commit c3c5ae6dfb
5 changed files with 61 additions and 50 deletions

View File

@@ -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,