diff options
Diffstat (limited to 'client/map/kitchen_background.gd')
-rw-r--r-- | client/map/kitchen_background.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/kitchen_background.gd b/client/map/kitchen_background.gd index 4b728a94..ff237b85 100644 --- a/client/map/kitchen_background.gd +++ b/client/map/kitchen_background.gd @@ -13,6 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # +@tool extends Node3D @onready var map: Map = $Map |