Final improvements and refactorings

This commit is contained in:
2026-04-26 00:07:26 +02:00
parent ef0b4b850a
commit a66a0a1e07
5 changed files with 19 additions and 15 deletions

View File

@@ -10,6 +10,7 @@ Intersection_Data :: struct {
point: rl.Vector2,
}
// Tracks the entity type
Entity :: enum {
Node,
Road,