Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Aug 2, 2022
1 parent 8b7da6e commit 85a9e2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Cargo.lock

**types/
**/doc
**tlconfig.lua
assets/scripts/tlconfig.lua
**.log
**build/
5 changes: 5 additions & 0 deletions tlconfig.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
include_dir = {
"bevy_mod_scripting/",
}
}

0 comments on commit 85a9e2e

Please sign in to comment.