From 28fd6efbd18a359bbc7d7a6b34b149614dd73412 Mon Sep 17 00:00:00 2001 From: Dragos Daian Date: Mon, 8 Jul 2024 18:12:39 +0200 Subject: [PATCH] Update softbody2d.gd --- addons/softbody2d/softbody2d.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/softbody2d/softbody2d.gd b/addons/softbody2d/softbody2d.gd index e97daf3..b11ab85 100644 --- a/addons/softbody2d/softbody2d.gd +++ b/addons/softbody2d/softbody2d.gd @@ -74,8 +74,8 @@ func _get_configuration_warnings(): return vertex_interval #region Image -## Properties that relate to the image used to generate the polygon -@export_group("Image") +## Properties that relate to the image used to generate the polygons and regions +@export_group("Region") ## Create softbody with holes @export var exclude_texture: Texture2D: set (value):