Partial implementation of road deletion
This commit is contained in:
@@ -8,4 +8,9 @@ Intersection_Data :: struct {
|
||||
road: u32,
|
||||
// The exact point of intersection
|
||||
point: rl.Vector2,
|
||||
}
|
||||
|
||||
Entity :: enum {
|
||||
Node,
|
||||
Road,
|
||||
}
|
||||
Reference in New Issue
Block a user