ALOT OF CHANGES

This commit is contained in:
krzosa
2025-04-29 16:22:26 +02:00
parent ed9ec06eee
commit 92139cf799
38 changed files with 2230 additions and 1967 deletions

6
data/te.lua_project Normal file
View File

@@ -0,0 +1,6 @@
function OnCommandTE(e)
if e.key == SDLK_B and e.ctrl == 1 then
C("cd D:/dev/text_editor && build.bat") end
end
table.insert(OnCommandCallbacks, OnCommandTE)