Fix warnings
This commit is contained in:
parent
525b2e7e13
commit
cdf81a558f
@ -1,4 +1,4 @@
|
||||
use godot::{classes::MeshInstance3D, prelude::*};
|
||||
use godot::prelude::*;
|
||||
|
||||
#[derive(GodotClass)]
|
||||
#[class(base=Node3D, init, tool)]
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
use godot::{
|
||||
classes::{
|
||||
CompressedTexture2D, Control, Engine, IControl, Label, TextureProgressBar,
|
||||
texture_progress_bar::FillMode,
|
||||
},
|
||||
classes::{Control, IControl, Label, TextureProgressBar, texture_progress_bar::FillMode},
|
||||
prelude::*,
|
||||
};
|
||||
|
||||
|
||||
@ -3,10 +3,7 @@ use godot::{
|
||||
prelude::*,
|
||||
};
|
||||
|
||||
use crate::{
|
||||
game::{Game, PlayerStats},
|
||||
replay::StandaloneReplayManager,
|
||||
};
|
||||
use crate::{game::Game, replay::StandaloneReplayManager};
|
||||
|
||||
#[derive(GodotClass)]
|
||||
#[class(base=PanelContainer, init)]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user