Skip to content

Commit

Permalink
Update create-text.scene.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodBoyDigital committed Apr 10, 2024
1 parent b87eb0e commit 6cb04ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/visual/scenes/text/create-text.scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import type { TestScene } from '../../types';

export const scene: TestScene = {
it: 'should create a texture correctly createTexture',
pixelMatch: 200,
create: async (scene: Container, renderer: Renderer) =>
{
const texture = renderer.canvasText.getTexture({
Expand Down

0 comments on commit 6cb04ac

Please sign in to comment.