itch.io is community of indie game creators and players

Devlogs

Add module lua

Consoledit
A downloadable tool for Windows and Linux

Module lua

It can be add to lua application for edit text. But it work only on console.

How do you use it ?

require("consoledit")

local ce = Consoledit()

ce:SetLang("fr") -- default english, fr for french and en for english
 
while ce:Update() do 
-- break loop with quit command
end

Files

  • consoledit.lua 17 kB
    Mar 28, 2025
Download Consoledit
Leave a comment