(Request) Hide HUD
Posted: Thu Mar 18, 2021 11:22 am
I'm making a horror episode that heavily relies on atmosphere and a colorful hud kinda ruins it...
Code: Select all
Graphics.activateHud(false)
Ah, thanks. I swear I've seen requests in the non-subforum, I guess I shouldn't follow the leader.MrDoubleA wrote: ↑Thu Mar 18, 2021 11:32 amRequests should be in the help subforum. Anyways, it's one line to put in a luna.lua file:Code: Select all
Graphics.activateHud(false)