Björn Ritzl
Björn Ritzl
> As of 2023, WebP compression is still not supported? Correct. But we are now pretty sure of the path to an implementation. I think this will be one of...
@Denisbaic this is a great argument for this feature! Thank you.
I wonder if it might be an option to use `physics.set_listener()` and introduce a new `physics_updated` event or similar?
``` internal.node.NodeImpl.produce_value.class java.lang.AssertionError: Assert failed: No such output, input, or property :html exists for node 72057594037928633 of type editor.placeholder-resource/PlaceholderResourceNode In production: #{} beh at internal.node.NodeImpl.produce_value(node.clj:294) at internal.node$node_value.invokeStatic(node.clj:454) at internal.system$node_value.invokeStatic(system.clj:354) at...
I am concerned with engine size. We are adding a lot of new features now and the engine size is growing (albeit slowly). I very much like the simplicity of...
https://github.com/defold/defold/issues/4244 DECISION: Make fields read-only where appropriate
Related? https://github.com/defold/defold/issues/3908
For MVP1 we will focus only on transform overrides. Future updates may address other property overrides too, but these will be handled in separate issues.
Sure, this makes sense! Would you like to create a PR @d954mas ?
> What is the best way to include? Good question! Let's get some feedback from @JCash