miguel

Results 136 issues of miguel

Currently, there is no way of telling if a change will break this addon or not. Introduce unit tests to ensure that any new PR will not break existing logic....

⭐ feature

Currently, position methods have inconsistent naming: - getTop - getBottom - getLeft - getRight etc. instead, use: - getPosition(Orientation)

🍃 improvement

## Motivation Currently, game objects are 2D only and are not very useful for 3D operations. Instead of having several internal vectors for rotation, position etc., represent state via Matrix4

🍃 improvement

## Motivation https://github.com/YarnSpinnerTool/YarnEditor https://github.com/kyperbelt/YarnGdx

⭐ feature
🎭 gameplay

## Motivation Especially for shot impact FX we need to be able to rotate particle effects.

⭐ feature
🎥 graphics

Also resizing the screen causes this issue.

🐛 bug
🎥 graphics

## Motivation It is currently very cumbersome to define music playing in a screen. In order to do that you need to start the music, set it to looping and...

⭐ feature
🔉 audio

Currently, it is very difficult to define fonts which scale automatically with screen sizes. There are different approaches: - generate TTF fonts dynamically based on current screen resolution. On rescaling...

⭐ feature
🎥 graphics

It seems after coming back to the same screen, lighting is still there even if everything should have been disposed.

🐛 bug
🎥 graphics