eakosin / TheExplorerProject

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

Add comments to projectiles.lua #17

Closed rgbryant closed 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

rgbryant commented 10 years ago

File is empty, no initial comments added. Just make sure that the code is commented as we go when this file is populated.