Gerold55 / laptop

Introducing the MineTest Laptop Mod
Other
26 stars 14 forks source link

Important bugfix and next change #4

Closed bell07 closed 6 years ago

bell07 commented 6 years ago

I seen during development I forgot to commit last app_fw.lua to github

Next changes in addition: demo-apps moved to demo_apps.lua, this way the demos could be enabled/disabled by commenting in or out 1 line in init.lua

folder "apps" created, laucher moved "apps/launcher_app.lua" new app "stickynote" created (simple text editor) The framework reads all files selecting apps/*_app.lua and process them at init time. So each app should be in own file for now. All files does not match _app.lua suffix are ignored.