Zomon333 / SadBoat-Engine

I was listening to someone play ukelele and it made me want to program a platformer. This is that.
3 stars 0 forks source link

Rework allRegistries registry to take IDMan parameters #4

Closed Zomon333 closed 2 years ago

Zomon333 commented 2 years ago

allRegistries registry currently accepts a string key to access a registry of a specific type. This should be changed to the following:

Zomon333 commented 2 years ago

For clarity: helper functions should return the ID to the mod that is registering itself, so that the mod can store it in it's own configs and access it's dedicated registry more directly.

Zomon333 commented 2 years ago

Irrelevant because of Linux Refactor