more tests

This commit is contained in:
2023-12-07 10:12:44 +01:00
parent 7b0eaf6640
commit e47036bd8d
7 changed files with 129 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ const FG_BROWN: Color = Color::Rgb(186, 74, 0);
//⌂ α Ω
pub struct LevelWidget<'a> {
pub game: &'a Game<'a>,
pub game: &'a Game,
}
impl LevelWidget<'_> {