From 117ef363002df5bac178d7414b2a66fd6c62bab9 Mon Sep 17 00:00:00 2001 From: Valentin Stark Date: Thu, 18 Aug 2022 00:49:04 +0200 Subject: [PATCH] terraces --- utils/Global.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/Global.gd b/utils/Global.gd index 6ce19df..59cc6a7 100644 --- a/utils/Global.gd +++ b/utils/Global.gd @@ -1,6 +1,7 @@ extends Node var debug = true +var terrain # Debuging messages func print_debug(message):