cleanup pass

This commit is contained in:
2024-07-12 21:12:17 +02:00
parent 3666b80dca
commit 1a6589e6b8
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

View File

@@ -3,7 +3,7 @@
mod utils; mod utils;
use bevy::window::{ClosingWindow, WindowResolution}; use bevy::window::WindowResolution;
use bevy::{prelude::*, window::WindowCloseRequested}; use bevy::{prelude::*, window::WindowCloseRequested};
use helpers::grid::{Flag, GridPlugin, Revealed, Tile, TileClickEvent, TileOffset, TileType}; use helpers::grid::{Flag, GridPlugin, Revealed, Tile, TileClickEvent, TileOffset, TileType};
use serde::{Deserialize, Serialize}; use serde::{Deserialize, Serialize};