Skip to content

Commit

Permalink
Update default.project.json
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
  • Loading branch information
RyanLua committed Sep 7, 2023
1 parent 69195bd commit 3eed011
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions default.project.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "Satchel",
"tree": {
"$className": "DataModel",
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "src",
"Icon": {
"$path": "modules/TopbarPlus/src"
{
"name": "Satchel",
"tree": {
"$className": "DataModel",
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "src"
}
}
}
}
}

0 comments on commit 3eed011

Please sign in to comment.