mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
resolves requiring ecs path issue for demo (#160)
This commit is contained in:
parent
dec958b058
commit
d9be40d2ca
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"$className": "ReplicatedStorage",
|
||||
"$path": "src/ReplicatedStorage",
|
||||
"ecs": {
|
||||
"$path": "../src"
|
||||
"$path": "../jecs.luau"
|
||||
},
|
||||
"net": {
|
||||
"$path": "net/client.luau"
|
||||
|
|
Loading…
Reference in a new issue