Skip to content

Commit 85a9e2e

Browse files
committed
minor fixes
1 parent 8b7da6e commit 85a9e2e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Cargo.lock
1313

1414
**types/
1515
**/doc
16-
**tlconfig.lua
16+
assets/scripts/tlconfig.lua
1717
**.log
1818
**build/

tlconfig.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
return {
2+
include_dir = {
3+
"bevy_mod_scripting/",
4+
}
5+
}

0 commit comments

Comments
 (0)