Skip to content

Commit 5dceb41

Browse files
committed
changed project structure, this should fix the wally issues
1 parent 787640a commit 5dceb41

24 files changed

+1734
-1782
lines changed

default.project.json

+1-55
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,6 @@
11
{
22
"name": "iris",
33
"tree": {
4-
"$className": "DataModel",
5-
6-
"StarterPlayer": {
7-
"StarterPlayerScripts": {
8-
"Client": {
9-
"$path": "src/client"
10-
}
11-
}
12-
},
13-
14-
"Workspace": {
15-
"$properties": {
16-
"FilteringEnabled": true
17-
},
18-
"Baseplate": {
19-
"$className": "Part",
20-
"$properties": {
21-
"Anchored": true,
22-
"Color": [
23-
0.38823,
24-
0.37254,
25-
0.38823
26-
],
27-
"Locked": true,
28-
"Position": [
29-
0,
30-
-10,
31-
0
32-
],
33-
"Size": [
34-
512,
35-
20,
36-
512
37-
]
38-
}
39-
}
40-
},
41-
"Lighting": {
42-
"$properties": {
43-
"Ambient": [
44-
0,
45-
0,
46-
0
47-
],
48-
"Brightness": 2,
49-
"GlobalShadows": true,
50-
"Outlines": false,
51-
"Technology": "Voxel"
52-
}
53-
},
54-
"SoundService": {
55-
"$properties": {
56-
"RespectFilteringEnabled": true
57-
}
58-
}
4+
"$path": "lib"
595
}
606
}

dev.project.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "iris",
3+
"tree": {
4+
"$className": "DataModel",
5+
6+
"ReplicatedStorage": {
7+
"Iris": {
8+
"$path": "default.project.json"
9+
}
10+
},
11+
12+
"StarterPlayer": {
13+
"StarterPlayerScripts": {
14+
"$path": "src/client"
15+
}
16+
}
17+
}
18+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)