From da3ed4df70b03f5eef2213bbe166c3c791c6f15f Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 15 Feb 2022 00:26:26 +0100 Subject: [PATCH] Added the world node to the save group. This fixes saving the character on exiting. --- game/scenes/world/TerrainWorldBlocky.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scenes/world/TerrainWorldBlocky.tscn b/game/scenes/world/TerrainWorldBlocky.tscn index 15ac0c8a..ce6d7911 100644 --- a/game/scenes/world/TerrainWorldBlocky.tscn +++ b/game/scenes/world/TerrainWorldBlocky.tscn @@ -47,7 +47,7 @@ glow_strength = 1.1 glow_bloom = 0.1 glow_hdr_luminance_cap = 1.0 -[node name="World" type="TerrainWorldBlocky"] +[node name="World" type="TerrainWorldBlocky" groups=["save"]] world_height = 100.0 library = ExtResource( 1 ) level_generator = ExtResource( 3 )