Implemented basic car support, and restructured few tests and other errors; errors when rng gets called TODO fix
This commit is contained in:
@@ -30,4 +30,6 @@ pub const TEXT_SIZE = 50;
|
||||
/// Text size that is used for displaying entity IDs
|
||||
pub const ENTITY_DATA_TEXT_SIZE = TEXT_SIZE / 2;
|
||||
/// Text colour in which entity IDs are displayed if toggled
|
||||
pub const ENTITY_DATA_TEXT_COLOUR = clr.orange;
|
||||
pub const ENTITY_DATA_TEXT_COLOUR = clr.orange;
|
||||
|
||||
pub const CAR_SIZE = 20;
|
||||
|
||||
Reference in New Issue
Block a user