Basic Entity ID display for debugging

This commit is contained in:
2026-05-01 15:44:00 +02:00
parent 2a3064b0fe
commit 643712f529
7 changed files with 64 additions and 31 deletions

View File

@@ -24,3 +24,7 @@ pub const ROAD_SIZE = 20;
pub const ROAD_COLOUR = clr.black;
/// Colour of the road that is highlighted
pub const ROAD_HIGHLIGHTED_COLOUR = clr.green;
pub const TEXT_SIZE = 50;
pub const ENTITY_DATA_TEXT_SIZE = TEXT_SIZE / 2;
pub const ENTITY_DATA_TEXT_COLOUR = clr.orange;