Add game over system
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use bevy::prelude::*;
|
||||
use std::ops::{Add, AddAssign};
|
||||
|
||||
type GridType = i16;
|
||||
pub type GridType = i16;
|
||||
|
||||
pub const GRID_SIZE: GridType = 21;
|
||||
pub const GRID_SEGMENT_SIZE: f32 = 20.;
|
||||
|
||||
Reference in New Issue
Block a user