Skip to content

Commit

Permalink
changed project structure, this should fix the wally issues
Browse files Browse the repository at this point in the history
  • Loading branch information
piquu committed Oct 26, 2023
1 parent 787640a commit 5dceb41
Show file tree
Hide file tree
Showing 24 changed files with 1,734 additions and 1,782 deletions.
56 changes: 1 addition & 55 deletions default.project.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,6 @@
{
"name": "iris",
"tree": {
"$className": "DataModel",

"StarterPlayer": {
"StarterPlayerScripts": {
"Client": {
"$path": "src/client"
}
}
},

"Workspace": {
"$properties": {
"FilteringEnabled": true
},
"Baseplate": {
"$className": "Part",
"$properties": {
"Anchored": true,
"Color": [
0.38823,
0.37254,
0.38823
],
"Locked": true,
"Position": [
0,
-10,
0
],
"Size": [
512,
20,
512
]
}
}
},
"Lighting": {
"$properties": {
"Ambient": [
0,
0,
0
],
"Brightness": 2,
"GlobalShadows": true,
"Outlines": false,
"Technology": "Voxel"
}
},
"SoundService": {
"$properties": {
"RespectFilteringEnabled": true
}
}
"$path": "lib"
}
}
18 changes: 18 additions & 0 deletions dev.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "iris",
"tree": {
"$className": "DataModel",

"ReplicatedStorage": {
"Iris": {
"$path": "default.project.json"
}
},

"StarterPlayer": {
"StarterPlayerScripts": {
"$path": "src/client"
}
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 5dceb41

Please sign in to comment.