Improving Changelog
This commit is contained in:
parent
a95d592659
commit
58482f8ae6
@ -1,5 +1,11 @@
|
|||||||
## Version 1.3.9 - in dev
|
## Version 1.3.9 - in dev
|
||||||
|
|
||||||
|
### BREAKING CHANGES
|
||||||
|
|
||||||
|
- Scripting API:
|
||||||
|
- Changed function names: `restorePlayerControl` => `restorePlayerControls`, `disablePlayerControl` => `disablePlayerControls`.
|
||||||
|
Please keep in mind that the scripting API is still experimental. Some breaking changes can occur in it until we mark it as stable.
|
||||||
|
|
||||||
### Updates
|
### Updates
|
||||||
|
|
||||||
- Mobile support has been improved
|
- Mobile support has been improved
|
||||||
@ -7,6 +13,7 @@
|
|||||||
- Mouse wheel support to zoom in / out
|
- Mouse wheel support to zoom in / out
|
||||||
- Pinch support on mobile to zoom in / out
|
- Pinch support on mobile to zoom in / out
|
||||||
- Improved virtual joystick size (adapts to the zoom level)
|
- Improved virtual joystick size (adapts to the zoom level)
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{.alert.alert-danger}
|
{.alert.alert-danger style="width:80%"}
|
||||||
This feature is "_experimental_". We may apply changes in the near future to the way it works when we gather some feedback.
|
This feature is "_experimental_". We may apply changes in the near future to the way it works when we gather some feedback.
|
||||||
|
|
||||||
{.section-title.accent.text-primary}
|
{.section-title.accent.text-primary}
|
||||||
|
Loading…
Reference in New Issue
Block a user