rain

Results 10 comments of rain

Any sample project,Ex:SpriteTiles

Yes, as long as the shape has any angle, the collision will be incorrect.Kinematic bodies can directly penetrate static colliders. I didn't test the case of scaling because I'm assuming...

This could refer to "Maturing the auto-batcher in the OpenGL renderer" in OpenFL9. I'm not very familiar with the rendering implementation in HaxeFlixel. Is it possible to take advantage of...

So what are the best practices for those who need runtime changes? Can I only use BTask to implement the functions that the decorator already has? Fixed: BBNode -> BBParam

I've found that it's possible to define the value of the setting yourself by inheriting from the decorator class. I think that's the best thing to do.tks! But it seems...

Extending BTDecorator does what I expected so far, but Limboai demo doesn't seem to have an example of this. I thought it was in BTDecorator If a SUCCESS is returned...

If I don't override _tick method, then Cooldown will never execute the child node. ```gdscript extends BTCooldown func _setup() -> void: duration = agent.attack_frequency ``` If I don't cover anything,...

I used the game on your homepage as a reference. I believe gameengine.js is the glue code that loads and bridges the WASM, while the main part of the engine...

pocketpy v2.0.1 the try/except/finally syntax is supported, so that’s no longer an issue. as for the Py* prefix, that’s not really a stability problem PocketPy is a standalone interpreter, so...

> I think it’s more limited and much less mature. PocketPy is a mature and stable project. One of the most notable fantasy consoles uses PocketPy, and the hundreds of...