From ee00ce86ccee39f27b0626eea31778c34afd4815 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 0516c6c173..c319f5cb07 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 } }