From 46220e8bdfc9b3180888fb6ce021f76049c9229d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 3 Apr 2022 18:15:48 +0200 Subject: [PATCH] :spiral_notepad: Add editor description to `Alliance` --- src/entities/behaviours/Alliance.tscn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/entities/behaviours/Alliance.tscn b/src/entities/behaviours/Alliance.tscn index 452d813..af25e09 100644 --- a/src/entities/behaviours/Alliance.tscn +++ b/src/entities/behaviours/Alliance.tscn @@ -4,3 +4,6 @@ [node name="Alliance" type="Node"] script = ExtResource( 1 ) +__meta__ = { +"_editor_description_": "Determines the friendliness of the parent node to the player." +}