HelloYeew / renako

A cross-platform of rhythm game with visual novel element
MIT License
3 stars 0 forks source link

Implement new beatmap - beatmapset relation structure (proposal) #4

Closed HelloYeew closed 12 months ago

HelloYeew commented 12 months ago

To decrease the song duplication in selection screen. Maybe we can seperated duplicate SongInfo object and point beatmapset to songinfo object.

Before :

After :

HelloYeew commented 12 months ago

Not implemented due to its not compatible in case "the same song but not use the same part in different beatmapset"