demo reset
This commit is contained in:
@@ -408,7 +408,7 @@ import Layout from '../../layouts/Layout.astro';
|
||||
// Disable the default cursor
|
||||
this.input.setDefaultCursor('none');
|
||||
const borderThickness = 0;
|
||||
const borderColor = 0xffffff; // Black color (you can customize this)
|
||||
const borderColor = 0xffffff; // White color (you can customize this)
|
||||
const borderGraphics = this.add.graphics();
|
||||
borderGraphics.lineStyle(borderThickness, borderColor);
|
||||
borderGraphics.strokeRect(drawingZone.x, drawingZone.y, drawingZone.width, drawingZone.height);
|
||||
|
||||
Reference in New Issue
Block a user