Giter Site home page Giter Site logo

lunarcloud / chief-mint-godot Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 2.0 529 KB

Godot add-on to help define, track, and display in-game achievements

Home Page: https://godotengine.org/asset-library/asset/2413

License: MIT License

GDScript 100.00%

chief-mint-godot's Introduction

Chief Mint: Godot Achievements

Addon Icon

This Godot 3 add-on helps you define, track, and display in-game achievements.

"Local File Storage" achievements are good for an self-distributed or Itch release, where there is no platform-native system.

Other platforms, such as Steam, should be easy to implement (Pull-Requests welcomed) - you just need to extend "ChiefMintSource".

In Editor

First, setup where you want your mint definitions to live, and what your editor source script/path will be.

Then, Define all of your achievements (mints), and save them.

In Game

You can use or create a variant of the simple notification UI, "ChiefMintSimpleUI".

During the course of your game's logic, you will want to grab the Chief Mint Singleton, and register some progress on that event.

chief-mint-godot's People

Contributors

lunarcloud avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chief-mint-godot's Issues

UI needs to enforce a Minimum Number of Mints

  • If no mints exist yet, add the completion mint and one common mint labelled "unknown".
  • Remove the delete button for Completion mint
  • If the user deletes the last non-completion mint, create a new common mint labelled "unknown".

Implement Mint Icons

  • Add to UI
  • Add to resource definition
  • Create example icons for example mints def

Include Rarity Levels

  • Enum
    • Completion / Platinum (only one)
    • Rare / Gold
    • Uncommon / Silver
    • Common / Bronze
  • UI
    • Platinum - unchangeable
    • Regular - switch between 3 other values
    • Icons
  • Resource Format

Rarity doesn't save

it's reset to 0

Probably solved by implementing the def changed signal updating the list.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.