TangentFoxy / Pop.Box

(ON HOLD) Pop.Box is an easy to use GUI library for the LÖVE engine, intended for rapid prototyping.
http://guard13007.github.io/Pop.Box/docs
MIT License
8 stars 4 forks source link

Fix this in docs #46

Closed TangentFoxy closed 8 years ago

TangentFoxy commented 8 years ago

https://github.com/Guard13007/Pop.Box/blob/master/init.moon#L117

It needs to mention ... extra arguments. Check rest of source for similar.

TangentFoxy commented 8 years ago

Also apparently optional params should be marked as paramName[opt] instead.