- Esboçant els mòduls bàsics

This commit is contained in:
2023-01-25 19:56:40 +01:00
parent 8027cd616b
commit 4f67b8307b
6 changed files with 76 additions and 1 deletions

7
data/editor.lua Normal file
View File

@@ -0,0 +1,7 @@
function editor_init()
set_update(editor_update)
end
function editor_update()
end