MichaelSinsbeck / platformer

A ninja platformer written in LÖVE
7 stars 0 forks source link

Error loading colors #250

Closed Germanunkol closed 9 years ago

Germanunkol commented 9 years ago

With the newest commit I get:

Error: scripts/loading.lua:108: attempt to index global 'colors' (a nil value)
stack traceback:
scripts/loading.lua:108: in function 'draw'
main.lua:95: in function 'draw'
[string "boot.lua"]:438: in function <[string "boot.lua"]:399>
[C]: in function 'xpcall'
michalove commented 9 years ago

Sorry. I forgot to upload the main.lua. Done now.

Germanunkol commented 9 years ago

Neat, that makes the menus look much nicer!