Skip to content

Commit

Permalink
improve emoji game
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Oct 27, 2023
1 parent 8315b27 commit 3db1d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/games/EmojiGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export class EmojiGame extends GameBase implements IMatterGame
const text = new SpriteMatterBody(this.engine.world, {
x: getRandomInRange(texture.width / 2, this._widthCache - texture.width / 2),
y: 0,
angle: 0.1,
texture,
});

Expand Down

0 comments on commit 3db1d5c

Please sign in to comment.