Commit 5770aa3c authored by chechunchi's avatar chechunchi

migrate newfield.png

parent a935b0ed
Pipeline #19797 failed with stages
in 3 minutes and 6 seconds
...@@ -77,7 +77,7 @@ const Light = () => ( ...@@ -77,7 +77,7 @@ const Light = () => (
const Ground = () => { const Ground = () => {
const shape = CONFIG.GroundShape(); const shape = CONFIG.GroundShape();
const texture = new BABYLON.Texture( const texture = new BABYLON.Texture(
`http://localhost:3030/images/newfield.png` `assets/newfield.png`
); );
texture.hasAlpha = true; texture.hasAlpha = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment