LittleJS Medal System
- Tracks and displays medals
- Saves medals to local storage
- Newgrounds integration
- Source
Members
(static, constant) medals :Object
List of all medals
Type:
- Object
- Source
Methods
(static) medalsForEach(callback)
Calls a function for each medal
Parameters:
Name | Type | Description |
---|---|---|
callback | function |
- Source
(static) medalsInit(saveName)
Initialize medals with a save name used for storage
- Call this after creating all medals
- Checks if medals are unlocked
Parameters:
Name | Type | Description |
---|---|---|
saveName | String |
- Source