Small JS bindings tweaks

- no destroy for math
- tweak example print results
- namespace naming consistency
This commit is contained in:
Willy-JL
2024-03-07 05:15:01 +00:00
parent 86986278d3
commit be014b5103
5 changed files with 78 additions and 83 deletions

View File

@@ -8,4 +8,4 @@ submenu.setHeader("Select an option:");
let result = submenu.show();
print("Result: ", result);
print("Result:", result);