mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-06-02 09:39:18 +00:00
Format Rust code using rustfmt
This commit is contained in:
parent
945ef21f60
commit
d25583cda2
2 changed files with 196 additions and 196 deletions
|
@ -6,8 +6,8 @@ pub mod release;
|
||||||
|
|
||||||
use crate::common::consts::*;
|
use crate::common::consts::*;
|
||||||
use smash::app::{self, lua_bind::*};
|
use smash::app::{self, lua_bind::*};
|
||||||
use smash::lib::lua_const::*;
|
|
||||||
use smash::hash40;
|
use smash::hash40;
|
||||||
|
use smash::lib::lua_const::*;
|
||||||
|
|
||||||
pub use crate::common::consts::MENU;
|
pub use crate::common::consts::MENU;
|
||||||
pub static mut DEFAULTS_MENU: TrainingModpackMenu = crate::common::consts::DEFAULTS_MENU;
|
pub static mut DEFAULTS_MENU: TrainingModpackMenu = crate::common::consts::DEFAULTS_MENU;
|
||||||
|
@ -190,6 +190,6 @@ pub unsafe fn get_fighter_distance() -> f32 {
|
||||||
player_pos.z,
|
player_pos.z,
|
||||||
cpu_pos.x,
|
cpu_pos.x,
|
||||||
cpu_pos.y,
|
cpu_pos.y,
|
||||||
cpu_pos.z
|
cpu_pos.z,
|
||||||
)
|
)
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
use crate::common::{
|
use crate::common::{
|
||||||
is_training_mode, menu, FIGHTER_MANAGER_ADDR, ITEM_MANAGER_ADDR, STAGE_MANAGER_ADDR
|
is_training_mode, menu, FIGHTER_MANAGER_ADDR, ITEM_MANAGER_ADDR, STAGE_MANAGER_ADDR,
|
||||||
};
|
};
|
||||||
use crate::hitbox_visualizer;
|
use crate::hitbox_visualizer;
|
||||||
use crate::training::character_specific::items;
|
use crate::training::character_specific::items;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue