mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Menu bar for brush selection implemented.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const TilorswiftEvent = {
|
||||
FIELD_CLICKED: 'fieldclicked',
|
||||
FIELD_ENTERED: 'fieldentered',
|
||||
FIELD_CLICKED: 'fieldClicked',
|
||||
FIELD_ENTERED: 'fieldEntered',
|
||||
BUTTON_TILE_CLICKED: 'buttonTileClicked',
|
||||
};
|
||||
|
||||
export default TilorswiftEvent;
|
||||
Reference in New Issue
Block a user