Jan Kuß
Jan Kuß
@DamienJolly Valid Directions for the Avatar `Lay` action appear to be `2` and `4`. Those are working for me. What direction are you trying?
Ah okay I see. For avatar directions, `0` is basically the mirrored version of `4`. So maybe we should just add some logic for that? - `0` becomes `4` internally...
I believe right now, a click on an avatar won't trigger the click on a furniture behind it. The only thing not working correctly right now is the tile click...
I believe there should be enough options with - `event.stopPropagation()` - `event.skip()` - `event.skipExcept()` @somekindadude what do you think?
The problem right now is that we are registering the event handlers for the room directly at the interaction manager of PIXI.JS. We do this because we need to have...
I'm not 100% sure, but in the flash client, pets appear to be based on the `AnimatedFurnitureVisualization`. We have that visualization system aswell, but probably needs some adjustments to allow...
> I think because of legalities with hosting the assets of Habbo, it may be better to have an easier way to pull in the assets? > > E.g. you...
The command should be there to start a new project based on shroom. Right now, if you want to create a new shroom project, you (probably) either use the example...
For reference, this is how the overscroll indication looks on a native android app on Android 12 (the preinstalled "Clock" app): https://user-images.githubusercontent.com/1659532/205713053-88760858-90a7-4c0f-9bac-db505f782302.mov
Thanks for the review! I added a test for horizontal scrolling, feel free to check again.