HelloYeew / renako

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

Add support for playing video from beatmapset in game and on preview #18

Closed HelloYeew closed 4 weeks ago

HelloYeew commented 1 month ago

https://github.com/HelloYeew/renako/assets/68165621/21d6f4e0-2b98-4687-84ff-7183e6ede713

The BeatmapSet object already have support for video so this task is easy. Since Video from the framework itself is not able to loop from the RestartPoint like how Track work so to support this the ABLoopVideo has introduced to make the video work properly on song selection screen that the video need to be loop or seek to specific restart point when the video end.