initial commit
This commit is contained in:
commit
ac521356cc
16 changed files with 751 additions and 0 deletions
11
demo/project.godot
Normal file
11
demo/project.godot
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
config_version=5
|
||||
|
||||
[application]
|
||||
|
||||
config/name="OneBit Lua Runtime Demo"
|
||||
run/main_scene="res://test_runtime.tscn"
|
||||
config/features=PackedStringArray("4.6")
|
||||
|
||||
[native_extensions]
|
||||
|
||||
paths=["res://addons/onebit_lua/onebit_lua.gdextension"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue