help_tips.json

This array JSON file contains tutorial messages.

Can be called from GUI class with function LoadHelpTipJson(id : string)

This is how tutorial object looks like:

{
"id": "radiation_tip", // id for function
"topic_img": "rad_icn.png", // main image of tutorial topic from assets/ui/
"topic_img_size": 64, // size of image
"text": "rad.tip.text" // language translation code
}
circle-info

"topic_img_size" is optional and can be deleted, then image will have default size of 128

Last updated