mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Startpoint widget implemented
This commit is contained in:
7
tilorswift/js/BrushMode.js
Normal file
7
tilorswift/js/BrushMode.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const BrushMode = {
|
||||
TERRAIN: 1,
|
||||
ENTRANCE: 2,
|
||||
EXIT: 3,
|
||||
};
|
||||
|
||||
export default BrushMode;
|
||||
Reference in New Issue
Block a user