Use ResourceRefs for RenderSystem, add IReloadableSystem, remove UI package.

This commit is contained in:
2024-10-15 21:51:26 +02:00
parent 4d5c6bbe9a
commit 7dff8076b9
14 changed files with 64 additions and 248 deletions

View File

@@ -1,14 +1,14 @@
[ParticleEmitterSettings]
MaxParticles = 256
EmitRadius = 32
Explosiveness = 0.0
LifeTime = 0.5
MaxParticles = 4096
EmitRadius = 128
Explosiveness = 1.0
LifeTime = 1.0
Direction = [0.0, 1.0]
LinearVelocity = 200
Gravity = [0.0, 980.0]
Gravity = [0.0, 0.0]
LinearVelocityRandom = 0.5
ScaleBegin = 1.0
ScaleEnd = 2.0
ScaleEnd = 0.0
ColorBegin = [255, 0, 255, 255]
ColorEnd = [0, 0, 0, 0]