diff --git a/love-api for VSCode.lua b/love-api for VSCode.lua new file mode 100644 index 00000000..6977cca8 --- /dev/null +++ b/love-api for VSCode.lua @@ -0,0 +1,2 @@ +--Just tell IDE to load love-api, no actual usage +love=require"love" \ No newline at end of file diff --git a/parts/scenes/minigame.lua b/parts/scenes/minigame.lua deleted file mode 100644 index 9350e8dc..00000000 --- a/parts/scenes/minigame.lua +++ /dev/null @@ -1,17 +0,0 @@ -local scene={} - -function scene.sceneInit() - BG.set() -end - -scene.widgetList={ - WIDGET.newButton{name="mg_15p", x=240, y=250,w=350,h=120,font=40,code=goScene"mg_15p"}, - WIDGET.newButton{name="mg_schulteG",x=640, y=250,w=350,h=120,font=40,code=goScene"mg_schulteG"}, - WIDGET.newButton{name="mg_pong", x=1040, y=250,w=350,h=120,font=40,code=goScene"mg_pong"}, - WIDGET.newButton{name="mg_AtoZ", x=240, y=400,w=350,h=120,font=40,code=goScene"mg_AtoZ"}, - WIDGET.newButton{name="mg_UTTT", x=640, y=400,w=350,h=120,font=30,code=goScene"mg_UTTT"}, - WIDGET.newButton{name="mg_cubefield",x=1040,y=400,w=350,h=120,font=40,code=goScene"mg_cubefield"}, - WIDGET.newButton{name="back", x=1140, y=640,w=170,h=80,font=40,code=backScene}, -} - -return scene \ No newline at end of file