aboutsummaryrefslogtreecommitdiff
path: root/src/objs/tilemap.lua
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-30 12:39:13 +0200
committerne_mene <[email protected]>2026-03-30 12:39:13 +0200
commitec00a87eecf2471c86e7be456c4baab3695d188b (patch)
tree6185374693a709756f850891e329973dfea815aa /src/objs/tilemap.lua
parentccaf23cedd06f2095732d00d5880f8d43ea9bc3f (diff)
stereo to mono script
Diffstat (limited to 'src/objs/tilemap.lua')
-rw-r--r--src/objs/tilemap.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objs/tilemap.lua b/src/objs/tilemap.lua
index 96a1247..462a901 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.ogg")
+ play_sound("res/mono/thud.ogg")
end
map.tiledata[ID(map, x, y)] = tileid
map.needs_rebuild = true