Plastix / PixelPilot

A top down dogfighting game with pixel graphics.
0 stars 0 forks source link

Refactor Cloud.java #1

Closed Plastix closed 9 years ago

Plastix commented 9 years ago

Probably shouldn't be called Cloud. Since it's a Group maybe call it CloudLayer? Refactor logic in constructor into a Cloud class?

JEphron commented 9 years ago

Cloud is a group of a number of puff-images (white squares of varying opacity) which move according to some logic. Group is a subclass of Actor. IMO the naming is correct.