- [NEW] (EDITOR) selector de items

- [WIP] borrat i creació de items segons s'eix o entra de les habitacions
- [FIX] Items indexats per número, per a poder-se guardar en un mapa
- [NEW] room.current()
- [NEW] resaltat del item seleccionat
This commit is contained in:
2025-11-13 12:08:43 +01:00
parent eefab3f9b0
commit cf103dd02c
6 changed files with 145 additions and 37 deletions

View File

@@ -35,6 +35,7 @@ templates = {
else
error("Template not recognized")
end
sprite.room = rooms.current()
print("creat sprite de tipus "..type)
return sprite
end,