Switches funcionant

This commit is contained in:
2026-03-22 20:10:18 +01:00
parent 5314f13d81
commit cb03264568
5 changed files with 62 additions and 3 deletions

View File

@@ -124,6 +124,7 @@ function mapa_set_tile(hab,x,y,tile)
end
function mapa_set_tile_by_index(hab,index,tile)
print("MSTBI= R"..hab..", I"..index..", T="..mapa[1+hab][index].." -> "..tile)
mapa[1+hab][index]=tile
end