Search found 2 matches

by jpGamerX
07 May 2024, 17:53
Forum: Developers
Topic: [Solved] Grid building doesn't work as intended by tutorial, insert_block loop only inserts last block
Replies: 5
Views: 440

Re: [Solved] Grid building doesn't work as intended by tutorial, insert_block loop only inserts last block

xiongmao1298 wrote: 06 May 2024, 18:17 It's because of extra spaces in

Code: Select all

<!-- END   square -->
This should make the template parser work properly.

Code: Select all

<!-- END square -->
Ah! Got it. Surprising that the extra spaces between END and block name was the issue.
Thanks!
Cheers.
by jpGamerX
06 May 2024, 17:23
Forum: Developers
Topic: [Solved] Grid building doesn't work as intended by tutorial, insert_block loop only inserts last block
Replies: 5
Views: 440

Re: Grid building doesn't work as intended by tutorial, insert_block loop only inserts last block

Hey there. I am new to the BGA platform and following the Reversi tutorial. I am encountering an error in the section this post deals with, specifically the "begin_block" to build out the 8x8 grid over the board image. I've nailed it down to the line in the file `testreversijtp.view.php`: ...

Go to advanced search