You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
New particle system, mostly working, some small features missing.
This commit is contained in:
@@ -323,8 +323,10 @@ MainLoop *test() {
|
||||
|
||||
Set<String> rm;
|
||||
rm.insert("popo");
|
||||
Set<String> types;
|
||||
types.insert("spatial");
|
||||
|
||||
Error err = sl.compile(code, dt, rm);
|
||||
Error err = sl.compile(code, dt, rm, types);
|
||||
|
||||
if (err) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user