kittykatattack / learningPixi

A step-by-step introduction to making games and interactive media with the Pixi.js rendering engine.
4.4k stars 851 forks source link

Fix: change style.align value #138

Open effy-coding opened 4 years ago

effy-coding commented 4 years ago

from undeclared identifier to string

align: center

=>

align: 'center'