mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Performance optimizations and refacturing.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export default InterfaceEvent;
|
||||
|
||||
const InterfaceEvent = {
|
||||
IMAGE_LOADED: 'imgloaded',
|
||||
MEDIA_COLLECTION_LOADED: 'mediacollectionloaded',
|
||||
};
|
||||
IMAGE_LOADED: 'imageLoaded',
|
||||
MEDIA_COLLECTION_LOADED: 'mediaCollectionLoaded',
|
||||
FRAME_RATE_MEASURED: 'frameRateMeasured',
|
||||
};
|
||||
|
||||
export default InterfaceEvent;
|
||||
Reference in New Issue
Block a user