Rafael
Rafael
Hi, I have the same problem after I abandoned the isomorphic style loader and added a mini css extract pluginin css config: `import autoprefixer from 'autoprefixer'; import mqpacker from 'css-mqpacker';...
I updated the code and it works on Phaser 3.70 ``` import WaterColumn from "./waterColumn"; import Phaser from "phaser"; export default class WaterBody { debug: boolean; x: number; y: number;...
I had a similar problem when I attached a hitbox to a brush bone and the Y value was mirrored. I think that spine can solve this problem, but I...