JustLian / osu-python

Unofficial pygame osu! client
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

cards dynamic loading #35

Closed JustLian closed 1 year ago

JustLian commented 1 year ago

I've added base for this feature in latest commit on branch interface 8751fd3fafeef29e78d398a89b95daab5571158c And now we need to figure out how to load cards dynamically. Right now scene can calculate how many objects are above and below screen, so we can detect when app should load/unload cards. Btw, wrote some code for unloading cards (loading isn't working)

JustLian commented 1 year ago

@Filo6699 :>