MichaelSinsbeck / platformer

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

Too many globals #137

Open michalove opened 10 years ago

michalove commented 10 years ago

Press button "u" somewhere in the game to get a list of all global variabes. We should try to reduce the number of globals.

I am on it already, but if you see more unnecessary globals, go ahead an remove them.

michalove commented 10 years ago

I started doing this, but it is not finished yet. I made a text file with all globals that are not part of lua or löve -> globals.txt. If there are any globals in there, that you want to remove, go head. Otherwise, I will probably do it some time.

Removing globals might cause new bugs. If something does not work and you don't know why, then this is a possible reason.