]> git.r.bdr.sh - rbdr/sumo/blobdiff - lib/systems/draw_dash.js
Use new lib components
[rbdr/sumo] / lib / systems / draw_dash.js
index 118ce1cc1fdf2fb271989021eb6802163bdc0fce..cb04eb59e133f8e4d93a4fab8f9a245ab523dfa6 100644 (file)
@@ -2,10 +2,6 @@ import { System } from '@serpentity/serpentity';
 
 import DrawnDasherNode from '../nodes/drawn_dasher';
 
-const internals = {
-  kBlushRadius: 25
-};
-
 /**
  * Shows a different graphic during the duration of lock
  *
@@ -104,4 +100,4 @@ export default class DrawDashSystem extends System {
     frown.visible = false;
     smile.visible = true;
   }
-};
+}