SumianVoice
SumianVoice
This is all true. Furthermore, according to the license, "appropriate credit" is defined as: ``` If supplied, you must provide the name of the creator and attribution parties, a copyright...
Unfortunately the license info at the bottom of the readme is not clear enough to constitute actual free use, so you'd have to track down the actual original person who...
Added a pull request to add music on/off setting https://github.com/kay27/MineClone5/pull/11
Note if you call two functions, the effect is additive. Calling _any_ functions, an accumulative total of 1000191 times will crash, even if those calls are spread across 100 functions....
Latest release yes, latest version of main branch, likely but I don't know since I can't build it. If you use that code I posted but put the do_string call...
Ah oops yep.. The whole process call can be looped yes.
Possible relation to https://github.com/WeaselGames/godot_luaAPI/issues/208?
Not sure if I'm misunderstanding something but this seems to be the same use case as `push_variant` as used on a table of functions or a node? ```gd extends Node...