mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Reprocess, load and hot swap changed assets using new asset pipeline
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
using Bon;
|
||||
|
||||
namespace GlitchyEngine.Content;
|
||||
|
||||
[BonTarget]
|
||||
enum AssetCompression : uint8
|
||||
{
|
||||
None,
|
||||
L4Z
|
||||
LZ4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user