scscgit / TukeQuest

School project made in Java using libGDX for a game development course
Apache License 2.0
0 stars 2 forks source link

Improve Platform Generator to create variable-sized platforms (within certain bounds). #22

Closed scscgit closed 7 years ago

scscgit commented 7 years ago

The texture can be wrapped using the "Repeat-scaled texture" Animation constructor. If there is enough space, sometimes maybe 2 platforms can spawn at once.

scscgit commented 7 years ago

I think this won't be needed after all.