gamelly / gly-engine

A cross-platform embeddable lua game engine such as ginga, pc, mobile, browser and its own console like a Wii clone.
https://docs.gamely.com.br
Apache License 2.0
36 stars 6 forks source link

add command fs-gamefill #109

Closed RodrigoDornelles closed 3 weeks ago

RodrigoDornelles commented 3 weeks ago

It will be useful in the near future for tools like the IDE to be able to export a GBA game without having to recompile everything, just by doing a string replace.

command

./cli.sh fs-gamefill 4090 --dist ./dist/game.lua

template

--GLYSTART
return {meta={title='G',author='G',version='0.0.0'},callbacks={draw=function(s) s.draw.rect(0,8,8,8,8) end}}
--GLYEND