File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Extension for using the Lua programming language in Godot 4.1.2+
1717 + Access singleton objects by name
1818 + Utility classes, like ` print ` , ` lerp ` and ` is_same `
1919 + Global enums, like ` OK ` , ` TYPE_STRING ` and ` SIDE_LEFT `
20- + (TODO) Patch Lua ` package.path ` and ` package.cpath ` to accept paths relative to ` res:// ` and ` user:// `
20+ + (TODO) Patch Lua ` package.searchers ` to accept paths relative to ` res:// ` and ` user:// `
2121- (TODO) Create Godot scripts directly in Lua
2222
2323
@@ -133,6 +133,7 @@ lua.do_string("""
133133- [X] Bind enums and constants to Lua
134134- [X] Add support for getting global singletons from Lua
135135- [X] Add support for getting classes from Lua
136+ - [ ] Add support for ` res:// ` relative paths in ` require `
136137- [ ] Submit to Asset Library
137138- [ ] Lua ScriptLanguageExtension
138139- [ ] Support for building with LuaJIT
You can’t perform that action at this time.
0 commit comments