kmcurry / 3Scape

Create fun 3D contraptions in your browser that react to space, time, and physics
http://3Scape.me
GNU General Public License v3.0
3 stars 8 forks source link

Refactor Actionbar function addControls() #424

Open kmcurry opened 9 years ago

kmcurry commented 9 years ago

Most of the code in actionbar.ejs function addControls() was duplicated by copy & paste for speed of development.

Refactor the function, possibly adding helper functions, to reduce redundant code.