Devlogs
Update 03.06.22
Posted June 03, 2022 by Dafiely
#General #Editor #Gameplay #Discord
Quite cool update and I simply wasnt able to hold myself from posting things about it
General:
- Added Discord Rich Presence support. This means if you play the game Discord will set appropriate status (if enabled in your Discord settings). There are several statuses for now (idle, playing, editing) and I'll further improve it in future. Im actually amazed that I wasted only like 30 minutes to implement it, I definitely thought it will take me ages
Editor:
- Added extremelly handy ability to copy and paste layers from selected bullets. Use CTRL+SHIFT+C to copy layers from selected bullets and CTRL+SHIFT+V to paste layers to any moment in song. I found that this is essential due to how repetitve songs usually are
- Added UNDO / REDO (CTRL-Z / CTRL-Y) support for Adding / Removing / Editing / Pasting layers
- Smoothed changing song's posiiton effect via playback slider, its not longer produces that Windows blue screen effect sound
- Changing playback speed is now handled a little better, at least it shouldnt create some wierd effects for now when changing it
- Playback slider's handle is now moving way smoother than it was before. The solution was to use a texture with non point filtering while I was using perfect 1px width one with point filtering which was creating that jitter movement.
Gameplay:
- Fixed HP was incorrectly displayed for 1 fixed update (~33ms)