Skip to content

Commit

Permalink
💩 t.isInteractive band-aid for ct.IDE itself
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Dec 26, 2023
1 parent 3ee5cc5 commit 57c3155
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ emitter-tandem-editor.aPanel.aView.flexrow(class="{opts.class}")
const brehautColor = net.brehaut.Color;
const PIXI = require('pixi.js');
const particles = require('@pixi/particle-emitter');
particles.Particle.prototype.isInteractive = () => false;

this.namespace = 'particleEmitters';
this.mixin(require('./data/node_requires/riotMixins/voc').default);
Expand Down

0 comments on commit 57c3155

Please sign in to comment.