mirror of
https://gitlab.com/MaddoScientisto/cirnofarm.git
synced 2026-06-01 11:15:34 +00:00
First commit
This commit is contained in:
commit
3270370941
4 changed files with 117 additions and 0 deletions
15
src/game.lua
Normal file
15
src/game.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
--[[pod_format="raw",created="2024-04-14 13:41:07",modified="2024-04-14 13:49:10",revision=1]]
|
||||
include("cirno.lua")
|
||||
|
||||
function _init()
|
||||
cirno_init()
|
||||
end
|
||||
|
||||
function _update()
|
||||
cirno_update()
|
||||
end
|
||||
|
||||
function _draw()
|
||||
cls(0)
|
||||
cirno_draw()
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue