mirror of
https://gitlab.com/MaddoScientisto/cirnofarm.git
synced 2026-06-01 10:45:34 +00:00
15 lines
No EOL
235 B
Lua
15 lines
No EOL
235 B
Lua
--[[pod_format="raw",created="2024-04-14 13:41:07",modified="2024-04-14 14:05:57",revision=2]]
|
|
include("cirno.lua")
|
|
|
|
function _init()
|
|
cirno_init()
|
|
end
|
|
|
|
function _update()
|
|
cirno_update()
|
|
end
|
|
|
|
function _draw()
|
|
cls(0)
|
|
cirno_draw()
|
|
end |