Unable to create a grid #278
-
Been struggling to create a grid.. Tried both the rex plugina and native phaser3 grid option. Neither of them create a grid in the scene. Any ideas on what I could be missing?
|
Beta Was this translation helpful? Give feedback.
Answered by
rexrainbow
Apr 28, 2022
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
djdabs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rexBoard.add.board()
return a board instance,scene.add.grid
return a Grid Shape game object. I guess that you needscene.add.grid
.