cursor ui

This commit is contained in:
StephenAdamson
2024-12-13 23:07:08 +00:00
parent 89567d4ce7
commit 7363ec9d39
7 changed files with 58 additions and 38 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use bevy::prelude::*;
use crate::tile::{Tile, TileState};
use crate::game::PIXEL_RATIO;
use crate::constants::*;
#[derive(Bundle)]
pub struct TilePrefab {