diff options
| author | ne_mene <[email protected]> | 2026-03-30 11:31:59 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-30 11:31:59 +0200 |
| commit | ccaf23cedd06f2095732d00d5880f8d43ea9bc3f (patch) | |
| tree | 2ca61badae24a66a0c2b46adf8bd2677b5b95aa9 /src/objs/tilemap.lua | |
| parent | b7d47f8f297be2a55c9e3508bed40e09d49f1047 (diff) | |
spatial sound?
Diffstat (limited to 'src/objs/tilemap.lua')
| -rw-r--r-- | src/objs/tilemap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objs/tilemap.lua b/src/objs/tilemap.lua index 6838d95..96a1247 100644 --- a/src/objs/tilemap.lua +++ b/src/objs/tilemap.lua @@ -146,7 +146,7 @@ end function set_tile(map, x, y, tileid) if map.tiledata[ID(map, x, y)] == 0 then - play_sound("res/sound/thud.mp3") + play_sound("res/sound/thud.ogg") end map.tiledata[ID(map, x, y)] = tileid map.needs_rebuild = true |
