Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update to Rojo 0.5.x projects
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Apr 15, 2019
1 parent c05e345 commit 3ab11a9
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 22 deletions.
6 changes: 6 additions & 0 deletions default.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Roact",
"tree": {
"$path": "lib"
}
}
45 changes: 45 additions & 0 deletions place.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "Roact Test Place",
"tree": {
"$className": "DataModel",

"ReplicatedStorage": {
"$className": "ReplicatedStorage",

"Roact": {
"$path": "lib"
},

"TestEZ": {
"$path": "modules/testez/lib"
}
},

"StarterPlayer": {
"$className": "StarterPlayer",

"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",

"RoactExamples": {
"$path": "examples"
}
}
},

"ServerScriptService": {
"$className": "ServerScriptService",

"RoactBenchmark": {
"$path": "benchmarks"
}
},

"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": true
}
}
}
}
22 changes: 0 additions & 22 deletions rojo.json

This file was deleted.

0 comments on commit 3ab11a9

Please sign in to comment.