Jump to content

emptygamer

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

emptygamer's Achievements

  1. Hello everyone, Just release a simple Input field element for PixiJS and compatible with v8 on Github. https://github.com/emptygamer/pixi-inputfield Hope this helps those in need
  2. Hello everyone, just build a casual game about counting sushi plates. This game also allow you to build your own AI server to play this game. ┏ (γ‚œΟ‰γ‚œ)=☞ (For sure, you can play it without a server) ✨Mobile web also supported!! πŸ“± Now on itch.io for free with all the screenshots and instructions : https://emptygamer.itch.io/sushi-cashier Feel free to leave the comments if you have any suggestions or feedbacks
  3. You can set the scale mode it in baseTexture. const texture = await Assets.load("https://pixijs.com/assets/bunny.png"); texture.source.scaleMode = 'nearest'; const bunny = new Sprite(texture); bunny.scale = 10;
Γ—
Γ—
  • Create New...