material-maker icon indicating copy to clipboard operation
material-maker copied to clipboard

Add achievements to help users discover features

Open RodZill4 opened this issue 4 years ago • 1 comments

RodZill4 avatar Aug 06 '21 16:08 RodZill4

Here's how to help with this PR:

  • Achievements are defined in the material_maker/tools/achievements/achievements.gd file
  • Each achievement is unlocked using the following code:
var achievements = get_node("/root/MainWindow/Achievements")
if achievements != null:
    achievements.unlock("achievement_id")

RodZill4 avatar Aug 06 '21 17:08 RodZill4