Narongrit Kanhanoi

Results 3 issues of Narongrit Kanhanoi

I follow from Readme at the step ```javascript let triangles = []; for (let s = 0; s < map.mesh.numSolidSides; s++) { let r = map.mesh.s_begin_r(s), t1 = map.mesh.s_inner_t(s), t2...

//RGB let color = 0x123456.color //ARGB let colorWithAlpha = 0xFF123456.color //#RGB String let color = "#123456".color //#ARGB String let colorWithAlpha = "#FF123456".color