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:
9
tilorswift/js/Brush.js
Normal file
9
tilorswift/js/Brush.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import BrushMode from "./BrushMode.js";
|
||||
|
||||
export default class Brush
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
this.mode = BrushMode.TERRAIN;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user