Skip to content

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 9cacab0 commit 33678ab
Show file tree
Hide file tree
Showing 3 changed files with 46 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": "RoactRodux",
"tree": {
"$path": "lib"
}
}
40 changes: 40 additions & 0 deletions place.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "Roact-Rodux Test Place",
"tree": {
"$className": "DataModel",

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

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

"Roact": {
"$path": "modules/roact/lib"
},

"Rodux": {
"$path": "modules/rodux/lib"
},

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

"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": true
}
},

"Players": {
"$className": "Players",
"$properties": {
"CharacterAutoLoads": false
}
}
}
}
22 changes: 0 additions & 22 deletions rojo.json

This file was deleted.

0 comments on commit 33678ab

Please sign in to comment.