Skip to content

5.4.213

Latest
Compare
Choose a tag to compare
@AlexandreSi AlexandreSi released this 17 Sep 15:21
· 5 commits to master since this release
6cda5d0

💝 Improvements

  • You can now change Opacity & Flip of instances directly in the Properties Panel:
    • This allows playing around with instances directly on the canvas instead of relying on the actions to flip or change opacity and needing to start a preview.
      Flip instance in editor
  • Custom object layouting support: Instances in a custom object can now use the anchor behavior and, when used in another scene (or another custom object), the custom object will dynamically adapt the position of its instances according to its size.
  • The teacher educational resources list have been updated to show the upcoming lessons we're preparing.
  • Various Tilemap improvements:
    • Improve performance display when painting tiles,
    • Allow atlas size to be something else than a tile size multiple and ignore last column and row,
    • Display error message only when the the tile size is greater than the atlas image,
    • Add object name in actions and conditions.

🐛 Bug fixes

  • Tilemap fixes:
    • Fix tiles preview when tilemap instance is rotated
    • Do not crash preview if tilemap object badly configured
  • Fix a crash in the new behavior dialog (the crash happened when the extensions didn't load as expected).
  • Fix hot reload of object variables in object instances.
  • Fix store UI (wrong centering of items)

⚙️ Extensions

  • [Reviewed] [Rolling counter] Smoothly change a counter value of a text object (Thanks @Jurfix!)

🕹 Examples

🕹 Premium Game Templates

  • [Cubic world] Fix fonts

🛠 Internal changes (for developers)

  • Remove warnings during C++ emscripten compilation