Draggable VN sprites. Fix layering

This commit is contained in:
Cohee
2023-06-04 16:32:45 +03:00
parent a273fcb593
commit 3cfec828ef
5 changed files with 24 additions and 7 deletions

View File

@ -427,6 +427,7 @@ export const event_types = {
GENERATION_STOPPED: 'generation_stopped',
SETTINGS_UPDATED: 'settings_updated',
GROUP_UPDATED: 'group_updated',
MOVABLE_PANELS_RESET: 'movable_panels_reset',
}
export const eventSource = new EventEmitter();