Skip to content

Custom Burdens #30

@TacoConKvass

Description

@TacoConKvass

What is the addition?

An API allowing for creating custom New Game+ Burdens.

Why?

It's the next step in creating custom content for the game.

Example usage

// In a Load method
BurdenData data = ...; 
Texture2D texture = ...;
BurdenType customType = Burdens.Register(data, texture);

Additional notes

The implementation will probably be similiar to custom Relics.

Metadata

Metadata

Assignees

Labels

additionAddition suggestion

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions