Skip to content

Commit 245f821

Browse files
PANSTER.DanielPANSTER.Daniel
PANSTER.Daniel
authored and
PANSTER.Daniel
committed
test 2
1 parent de728d3 commit 245f821

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.angular-cli.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"root": "src",
99
"outDir": "dist",
1010
"assets": [
11-
"assets",
12-
"favicon.ico"
11+
"assets"
1312
],
1413
"index": "index.html",
1514
"main": "main.ts",

src/app/css3d-threejs/src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import * as Chroma from 'chroma-js';
88
import * as Cannon from 'cannon';
99

1010
enum Texture {
11-
BRICK = "src/assets/texture/Bricks.jpg",
11+
BRICK = "assets/texture/Bricks.jpg",
1212
EARTH = "./../../../assets/texture/earthmap.png",
13-
GAS_BRIGHT = "./../../../assets/texture/Gaseous_Bright.jpg",
13+
GAS_BRIGHT = "texture/Gaseous_Bright.jpg",
1414
GAS_DARK = "./../../../assets/texture/Gaseous_Dark.png",
1515
GAS_GREEN = "./../../../assets/texture/Gaseous_Green.jpg",
1616
MOON_BW = "./../../../assets/texture/Moon_BW.jpg",

src/app/home/home.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<p>
2-
home works!
2+
home works! 2
33
</p>

0 commit comments

Comments
 (0)