More centered shifting triangle thing

This commit is contained in:
Tyler Hallada 2017-02-19 03:11:03 -05:00
parent 4d0c1b0639
commit 54901dfbdc

View File

@ -14,9 +14,9 @@ renderer.resize(window.innerWidth, window.innerHeight);
var counter = 0,
triPoints = [
[100, 100],
[50, 150],
[150, 150]
[0, 0],
[-50, 50],
[50, 50]
],
triangle = new PIXI.Graphics();