2d
Here are 1,836 public repositories matching this topic...
When hovering over the life or mana orbs the current and maximum should be displayed, like this:
Life: X / Y
Mana: X / Y
The strings for "Life" and "Mana" will likely come from the string tables.
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Aug 22, 2020 - Go
-
Updated
Aug 24, 2020 - Java
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
May 4, 2020
-
Updated
Aug 1, 2020 - C#
Synfig version & platform:
Building from source
Debian sid
When I hit the Restore Defaults button, synfig restores everything back to factory settings AND saves it without the user either confirming the changes with OK butt
-
Updated
Jul 26, 2020 - C++
Hey, when trying to use
dest := image.NewPaletted(bounds, palette.Plan9)
canvas := draw2dimg.NewGraphicContext(dest)
I crash with
panic: Image type not supported
goroutine 70 [running]:
github.com/llgcode/draw2d/draw2dimg.NewGraphicContext(0x7f18c0, 0xc420096660, 0x10000)
/home/conor/thingo/go/src/github.com/llgcode/draw2d/draw2dimg/ftgc.go:63 +0xe9
Am I doing s
-
Updated
Jun 29, 2020 - Kotlin
-
Updated
Aug 26, 2020 - C#
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Aug 18, 2020 - C#
The *.golden files are cluttering the examples directory. Those files should be moved into a 'golden' subdirectory and the test script should be updated to look for them there.
Improve this page
Add a description, image, and links to the 2d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 2d topic, visit your repo's landing page and select "manage topics."

Issue details
While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.
Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.