Rust fmt
This commit is contained in:
@@ -57,8 +57,14 @@ macro_rules! make_textures {
|
||||
}
|
||||
|
||||
make_textures!(
|
||||
Mario, mario, make_mario_texture, "../../../assets/textures/mario.png",
|
||||
Overworld, overworld, make_overworld_texture, "../../../assets/textures/overworld.png",
|
||||
Mario,
|
||||
mario,
|
||||
make_mario_texture,
|
||||
"../../../assets/textures/mario.png",
|
||||
Overworld,
|
||||
overworld,
|
||||
make_overworld_texture,
|
||||
"../../../assets/textures/overworld.png",
|
||||
);
|
||||
|
||||
impl TextureManager {
|
||||
|
||||
Reference in New Issue
Block a user