From e411ca31194119e78710dccd760868322d353823 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Thu, 6 Apr 2023 21:12:51 +0200 Subject: [PATCH] Add +NOGRAVITY to coronas --- wadsrc/static/zscript/actors/shared/corona.zs | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/zscript/actors/shared/corona.zs b/wadsrc/static/zscript/actors/shared/corona.zs index 0516c6c17..c319f5cb0 100644 --- a/wadsrc/static/zscript/actors/shared/corona.zs +++ b/wadsrc/static/zscript/actors/shared/corona.zs @@ -5,6 +5,7 @@ class Corona : Actor native RenderStyle "Add"; RenderRadius 1024.0; +NOINTERACTION + +NOGRAVITY +FORCEXYBILLBOARD } }