From 90ddcac69471d3dbeec87094b76ee0457060d592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Mart=C3=ADnez=20Palacio?= Date: Fri, 7 Mar 2025 14:23:25 +0100 Subject: [PATCH] Set NSFW flag as constant --- Scripts/globals.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/globals.gd b/Scripts/globals.gd index 78b45f7..1a12afb 100644 --- a/Scripts/globals.gd +++ b/Scripts/globals.gd @@ -1,3 +1,3 @@ extends Node -var nsfw = true +const nsfw = true