D8H
|
399d9c2c14
|
Add an action to include or exclude a child from its parent collision mask (#5000)
* This is useful for custom objects.
|
2023-03-01 11:51:25 +01:00 |
|
D8H
|
257ba78486
|
Allow event-based objects to define a rotation center point (#4910)
* It will allow sliders to work vertically.
|
2023-02-20 11:55:53 +01:00 |
|
D8H
|
c6112a1549
|
Allow custom objects to define an origin point (#4821)
* Fix camera renderer position update when the center stays the same but dimensions change.
* Don't show in changelog.
|
2023-01-12 18:47:57 +01:00 |
|
D8H
|
07ab4c938b
|
Fix event-based objects properties that were changing for all instances at once (#4717)
* It was only affecting properties defined in the event-based objects not the one from child-object configurations.
|
2022-12-20 14:20:19 +01:00 |
|
Clément Pasteau
|
473b16bbc1
|
Introduce no-unused-vars ts rule for GDJS & Extensions (#4469)
Do not show in changelog
|
2022-10-31 14:52:03 +01:00 |
|
D8H
|
80cb6d697c
|
Handle custom objects at runtime (#4294)
* Don't show in changelog
|
2022-10-18 13:36:48 +02:00 |
|