Partial implementation of road deletion

This commit is contained in:
2026-04-25 13:16:50 +02:00
parent ac78f526df
commit edce3f67a6
6 changed files with 153 additions and 22 deletions

View File

@@ -8,4 +8,9 @@ Intersection_Data :: struct {
road: u32,
// The exact point of intersection
point: rl.Vector2,
}
Entity :: enum {
Node,
Road,
}