Skip to content

Commit ec8fbfb

Browse files
ricardochlSplaktar
authored andcommitted
feat(homepage): translate build for everyone texture
- Create git patch - Add texture img
1 parent 752a199 commit ec8fbfb

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
10 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/adev/src/app/features/home/components/views/build-text.ts b/adev/src/app/features/home/components/views/build-text.ts
2+
index 13f3328905..7e255b216d 100644
3+
--- a/adev/src/app/features/home/components/views/build-text.ts
4+
+++ b/adev/src/app/features/home/components/views/build-text.ts
5+
@@ -48,7 +48,7 @@ export class BuildText extends View {
6+
* Initialize child views.
7+
*/
8+
override async init(): Promise<void> {
9+
- const texture = await loadTexture(this.gl, 'assets/textures/build-msdf.png');
10+
+ const texture = await loadTexture(this.gl, 'assets/textures/construir-para-todos.png');
11+
texture.minFilter = this.gl.LINEAR;
12+
texture.generateMipmaps = false;
13+

0 commit comments

Comments
 (0)