mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-04 03:16:05 -04:00
Replace Minecraft texture with our own
We should use our own homemade texture for the end-portal-inspired background rather than using the texture from Minecraft.
This commit is contained in:
parent
d5fc1b2bd0
commit
43d5dca4c5
@ -1,7 +1,7 @@
|
|||||||
import * as THREE from "three";
|
import * as THREE from "three";
|
||||||
import { supported } from "@mapbox/mapbox-gl-supported";
|
import { supported } from "@mapbox/mapbox-gl-supported";
|
||||||
|
|
||||||
import endPortalUrl from "./end_portal.png";
|
import endPortalUrl from "./end-portal.png";
|
||||||
|
|
||||||
const vertShader = `
|
const vertShader = `
|
||||||
varying vec3 v_normal;
|
varying vec3 v_normal;
|
||||||
|
BIN
ts/end-portal.png
Normal file
BIN
ts/end-portal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
Loading…
x
Reference in New Issue
Block a user