← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/rework-resource-indicators into lp:widelands

 

For fixing the help, add definitions for the icon to the init.lua, like this:

    icon = dirname .. "coal.png",

You can then reference it via

    immovable_description.icon_name

Maybe we should use the same trick in the Barbarian scenario too, that will make it more resistant against changes in the implementation details.
-- 
https://code.launchpad.net/~widelands-dev/widelands/rework-resource-indicators/+merge/353996
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/rework-resource-indicators.


References