Reorganized all usable assets.

This commit is contained in:
2026-06-13 09:34:14 +02:00
parent d40a00c74a
commit baca22a004
9 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -35,7 +35,7 @@ run_gui :: proc(sim: ^Simulator) {
rl.InitWindow(WINDOW_WIDTH, WINDOW_HEIGHT, "raylib")
rl.InitAudioDevice()
rl.SetTargetFPS(60)
beep := rl.LoadSound("./beep.wav")
beep := rl.LoadSound("./assets/sounds/beep.wav")
// Load fonts
font := rl.LoadFontEx("./assets/fonts/Inter_18pt-Regular.ttf", 18, nil, 0)