Skip to content

Commit

Permalink
Update softbody2d.gd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Jul 8, 2024
1 parent b88b98a commit 28fd6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/softbody2d/softbody2d.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 28fd6ef

Please sign in to comment.