property hint for connectorboxes

godot-4.1.1
HumanoidSandvichDispenser 2023-08-05 00:32:43 -07:00
parent bc85f4e44f
commit b1840a63ef
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public partial class ConnectorBox : Area2D
ConnectorBox box, ConnectorBox box,
Player player); Player player);
[Export] [Export(PropertyHint.File, "*.tscn")]
public string ToArea { get; set; } public string ToArea { get; set; }
[Export] [Export]