KonstantinTomashevich / Emergence

Flexible set of libraries for gameplay development. Currently under development.
Apache License 2.0
5 stars 0 forks source link

Rename everything that is not an asset to resource. #46

Closed KonstantinTomashevich closed 1 year ago

KonstantinTomashevich commented 1 year ago

Now Resource is any data that game reads from drive. Asset is a Resource that is managed through assets pipeline: loaded on demand, unloaded when not referenced, etc..