Project renamed from 'base-road-network' to 'traffic-simulator'

This commit is contained in:
2026-05-01 21:41:57 +02:00
parent 3274692631
commit 4f62d5eb4c

View File

@@ -11,7 +11,7 @@ pub fn main(init: std.process.Init) !void {
.msaa_4x_hint = true,
.window_highdpi = true,
});
rl.initWindow(c.WIDTH, c.HEIGHT, "Base Road Network");
rl.initWindow(c.WIDTH, c.HEIGHT, "Traffic Simulator");
defer rl.closeWindow();
const monitor = 0;