eakosin / TheExplorerProject

A 2D MMO-PVE dungeon crawler with item based character progression.
4 stars 3 forks source link

Add comments to map/mapFunctions.lua #22

Open rgbryant opened 10 years ago

rgbryant commented 10 years ago

This file needs to be commented. For now we will only be doing function header comments. The format is as follows:

--]] functionName: description ]]-- --param1 --param2 --returns