litiengine icon indicating copy to clipboard operation
litiengine copied to clipboard

LITIENGINE 🕹 The pure 2D java game engine.

Results 53 litiengine issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Using `Imaging.scale(...)` to downsize images results in aliased edges and looks terrible. **To Reproduce** Use `Imaging.scale(...)` to scale an image to a smaller size. **Expected behavior** For...

bug

**What feature / which classes are you referring to?** `ParticleParameter`. **Describe what could be enhanced.** Instead of using ParticleParameters for Emitter configuration, we could slim down our API by using...

enhancement
help wanted

Hello, I'm trying to learn how to use litiengine, so I picked up a board game from the showcase, but it doesn't run. I'm using ``` openjdk 17.0.9 2023-10-17 OpenJDK...

**Describe the bug** Utiliti fails to import some .WAV files **Stack Trace** The error message you get either in your console or the `crash.txt` located in your program's root directory....

bug

**Describe the bug** Java projects don't usually store their resources in the root folder, but in e.g. src/main/resources. When you have the "synchronize maps" feature active in utiLITI, it can't...

bug
tool: utiLITI

The name panel in the Sprite import panel doesn't show the current spritesheet name or set it when changed.

bug
good first issue

Instead of creature-walk-right.png, use creature-move-right.png for automatic animationcontroller initialization. Moving is a more generic name that applies also to creatures without legs. Furthermore, determining the sprite states and directions by...

enhancement
good first issue

**Describe the bug** Sometimes automatic line breaks start at the wrong x-position. For example, if I set the text of a GuiComponent to be "This is a much longer test...

bug
help wanted

**Is your feature request related to a problem? Please describe.** Managing resources in utiLITI could be improved by supporting a context menu for the resources tab that allows to access...

feature
tool: utiLITI

**Describe the bug** When I try to build 0.8.0, I got error message "An exception occurred applying plugin request [id: 'de.gurkenlabs.semverguru', version: '1.3'] **Stack Trace** Build file '/Users/jian/Documents/projects/litiengineprojects/litiengine/build.gradle' line: 1...

bug