WIP: ResourceManager refactor, hot reloading using ResourceRef, API changes.

This commit is contained in:
2024-10-15 02:44:12 +02:00
parent a1d282908a
commit 851abd7c90
16 changed files with 394 additions and 117 deletions

View File

@@ -0,0 +1,11 @@
[ParticleEmitterSettings]
MaxParticles = 1024
EmitRadius = 128
LifeTime = 0.5
Direction = { x = 0.0, y = 1.0 }
LinearVelocity = 980.0
ScaleBegin = 1.0
ScaleEnd = 0.0
ColorBegin = { r = 0.0, g = 1.0, b = 0.0, a = 1.0 }
ColorEnd = { r = 1.0, g = 0.0, b = 0.0, a = 1.0 }