split to files

This commit is contained in:
bozarre
2025-12-28 18:46:34 +01:00
parent 18776cbb68
commit 34d70d8be9
4 changed files with 106 additions and 85 deletions

11
playercontroler.lua Normal file
View File

@@ -0,0 +1,11 @@
function playercontroler_init()
end
function playercontroler_update()
end
function playercontroler_draw()
end