babkamen Posted April 25, 2019 Share Posted April 25, 2019 Grid Align Example When I add position param: Phaser.Actions.GridAlign(group.getChildren(), { width: 10, height: 10, cellWidth: 32, cellHeight: 32, position:Phaser.Display.Align.CENTER, x: 100, y: 100 }); Shouldn't group be centered in this example? Link to comment Share on other sites More sharing options...
Recommended Posts