Implemented basic car support, and restructured few tests and other errors; errors when rng gets called TODO fix

This commit is contained in:
2026-05-02 08:55:18 +02:00
parent b388b1e08e
commit 3e6438418b
12 changed files with 129 additions and 75 deletions

View File

@@ -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;