Skip to content

Commit

Permalink
Less memory footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Jul 14, 2024
1 parent 8bea43a commit 85a970e
Show file tree
Hide file tree
Showing 5 changed files with 1,095 additions and 585 deletions.
3 changes: 2 additions & 1 deletion .luaurc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"aliases": {
"jecs": "src",
"testkit": "testkit"
"testkit": "testkit",
"mirror": "mirror"
}
}
8 changes: 4 additions & 4 deletions bench.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "tests"
"$className": "StarterPlayerScripts",
"$path": "tests"
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Lib": {
"$path": "lib"
"$path": "src"
},
"rgb": {
"$path": "rgb.luau"
Expand All @@ -28,4 +28,4 @@
}
}
}
}
}
Loading

0 comments on commit 85a970e

Please sign in to comment.