salty-engine
salty-engine copied to clipboard
An easy-to-use Java library for making 2D games. Successor: https://www.github.com/sanj0/kopfkino
**Describe the bug** You cannot load image files (e.g. the SpriteSheets in the testing package) as SaltyVolatileImages, however, all the other images (lights, and the final render) are shwon as...
`File file = SystemDependentFiles.getUserFile("." + Game.gameName + "/tmp/" + relativePath.replaceAll("/", "."));` This line generates an invalid path when loading a font!
E.g. CentreTrait, PixelOffsetTrait, PercentageOffsetTrait...
TODO: Redo the process of creating a gradient image within ImageUtil, to grant more control over the output and to provide non-squared gradients as well.
TODO: Adding more UIElements e.g. slider, switches, editable text boxes etc.
TODO: Adding more EmitterComponents, Particles and ParticleRenderContexts e.g. a Gaussian Emitter, an explosion emitter and a linear emitter.
TODO: adding the ability to make the SimplePhysicsComponent ignore certain directions of collisions, useful for e.g. platformer games were the player can jump through the floor when he is below...