LonamiWebs / Klooni1010

libGDX game based on the original 1010!
https://lonamiwebs.github.io/klooni
GNU General Public License v3.0
234 stars 72 forks source link

Feature/refactor effects (effect as private class of the factory) #43

Closed andidevi closed 6 years ago

andidevi commented 6 years ago

This pull request moved the effects into the factory. They are only accessible by their factory.

There have been issues with loading assets from static code, so Waterdrop needed an init function for late loading. For details see #42

Lonami commented 6 years ago

Looks great, thank you!