I display character icon like this:
Code: Select all
function Events.on_player_created(event)
game.get_player(event.player_index).gui.left.add{ type = "label", caption='[entity=character]' }
end
Is there an expanded description on how to create the interface? Maybe some libraries to facilitate this?