Hi all,
I'm having an issue I would like some help with please.
I'm trying to create custom player boards in the score area.
In the tpl file I have the following code
and in the JS file I have this code
Data is not being passed into the tpl, it must be something simple I am missing?
Cheers
I'm having an issue I would like some help with please.
I'm trying to create custom player boards in the score area.
In the tpl file I have the following code
Code: Select all
const jstpl_player_board = (type) => '<div class="cp_board"> <div class="die dietype_${type}" id="cp_die_${id}"></div></div>';Code: Select all
this.getPlayerPanelElement(player.id).innerHTML = jstpl_player_board(player.god);Cheers