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)]
|
#[derive(GodotClass)]
|
||||||
#[class(base=Node3D, init, tool)]
|
#[class(base=Node3D, init, tool)]
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
use godot::{
|
use godot::{
|
||||||
classes::{
|
classes::{Control, IControl, Label, TextureProgressBar, texture_progress_bar::FillMode},
|
||||||
CompressedTexture2D, Control, Engine, IControl, Label, TextureProgressBar,
|
|
||||||
texture_progress_bar::FillMode,
|
|
||||||
},
|
|
||||||
prelude::*,
|
prelude::*,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -3,10 +3,7 @@ use godot::{
|
|||||||
prelude::*,
|
prelude::*,
|
||||||
};
|
};
|
||||||
|
|
||||||
use crate::{
|
use crate::{game::Game, replay::StandaloneReplayManager};
|
||||||
game::{Game, PlayerStats},
|
|
||||||
replay::StandaloneReplayManager,
|
|
||||||
};
|
|
||||||
|
|
||||||
#[derive(GodotClass)]
|
#[derive(GodotClass)]
|
||||||
#[class(base=PanelContainer, init)]
|
#[class(base=PanelContainer, init)]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user