Skip to content
Snippets Groups Projects
Unverified Commit 6ef64fbf authored by Louis's avatar Louis :fire:
Browse files

Swap out rhai script for lua script

parent c132792f
No related branches found
No related tags found
1 merge request!2Scripting
print(1, 2)
\ No newline at end of file
fn handle(foo: f64) -> {
println(foo)
{ foo: foo, bar: 123 }
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment