phinajs / phina.js

phina.js is game library

Home Page:http://phinajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phina.util.ColorのhslaのMATCH_SET_LISTがrgbaになっている

ihoronir opened this issue · comments

https://github.com/phinajs/phina.js/blob/develop/src/util/color.js

371行目の正規表現がhslaではなくrgbaになっています。
/^hsla\((\d{1,3}),\s*(\d{1,3})%,\s*(\d{1,3})%,\s*(\d{1}(\.{1}\d+)?)\)$/に書き換えたらきちんと動作するようになりました。