Skip to content

Commit

Permalink
setting up projectjson
Browse files Browse the repository at this point in the history
  • Loading branch information
prooheckcp committed May 13, 2024
1 parent 1b67fb2 commit ada75e6
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 29 deletions.
29 changes: 2 additions & 27 deletions default.project.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,4 @@
{
"name": "RoQuest",
"tree": {
"$className": "DataModel",

"RoQuest":{
"$path": "RoQuest"
},

"ReplicatedStorage": {
"$path": "src/ReplicatedStorage",
"RoQuest":{
"$path": "RoQuest"
}
},

"ServerScriptService": {
"Server": {
"$path": "src/ServerScriptService"
}
},

"StarterPlayer": {
"StarterPlayerScripts": {
"$path": "src/StarterPlayerScripts"
}
}
}
"name": "roquest",
"tree": {"$path":"RoQuest"}
}
29 changes: 29 additions & 0 deletions default2.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "RoQuest",
"tree": {
"$className": "DataModel",

"RoQuest":{
"$path": "RoQuest"
},

"ReplicatedStorage": {
"$path": "src/ReplicatedStorage",
"RoQuest":{
"$path": "RoQuest"
}
},

"ServerScriptService": {
"Server": {
"$path": "src/ServerScriptService"
}
},

"StarterPlayer": {
"StarterPlayerScripts": {
"$path": "src/StarterPlayerScripts"
}
}
}
}
4 changes: 3 additions & 1 deletion docs/RepeatableQuests/Infinite.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ CollectionService:GetInstanceAddedSignal("Stick"):Connect(stickAdded)
for _, stick in CollectionService:GetTagged("Stick") do
stickAdded(stick)
end
```
```

THERES A BUG
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ include = [
"RoQuest/*",
"wally.lock",
"wally.toml",
]
]

0 comments on commit ada75e6

Please sign in to comment.