Add +NOGRAVITY to coronas

This commit is contained in:
Magnus Norddahl 2023-04-06 21:12:51 +02:00 committed by Christoph Oelckers
parent 583f194622
commit ee00ce86cc

View file

@ -5,6 +5,7 @@ class Corona : Actor native
RenderStyle "Add";
RenderRadius 1024.0;
+NOINTERACTION
+NOGRAVITY
+FORCEXYBILLBOARD
}
}