diff --git a/code/editor.lua b/code/editor.lua index 3d52db1..0e33556 100644 --- a/code/editor.lua +++ b/code/editor.lua @@ -205,11 +205,11 @@ function doEditorEdit() editor.room_points = {} end if editor.room_mode == "delete" then - love.graphics.print("Select room to delete", 0, 20) + drawTextBox("Select room to delete", 0, 20) elseif #editor.room_points == 0 then - love.graphics.print("Select top left of new room", 0, 20) + drawTextBox("Select top left of new room", 0, 20) else - love.graphics.print("Select bottom right of new room", 0, 20) + drawTextBox("Select bottom right of new room", 0, 20) end elseif not editor.palette_mode then if LevelTiles[vertical] ~= nil