SteveSuv
SteveSuv
Has the official considered using css string props like emotion? ```tsx import { css } from '@emotion/react' const color = 'darkgreen' render( This has a hotpink background. ) ``` Because...
### Description like pm2: list service : pm2 ls close service: pm2 delete How to view the service list and how to close the service by serve package? ### Why...
## Changes: - add commonly used anchor vector as Anchor Class, no need to write `ex.vec(x, y)` but use `ex.Anchor.TopLeft`, it makes code more stable.
## Changes: - add `centerDrawPos` and `centerCanvasPos` properties to get the center pos quickly, no need to calculate pos by halfWidth or halfHeight anymore. ```ts // before pos: ex.vec(engine.halfDrawWidth, engine.halfDrawHeight...
I am new,when I want to apply shader to a sprite, I met a error. How do I fix it? code: ```haxe package; import openfl.filters.ShaderFilter; import openfl.display.Shader; import openfl.display.Sprite; class...