Reorganized all usable assets.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user