From 474c4910e2b8fa56b98703878f0aaec4bdbbb0d6 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 17 Jan 2019 21:52:26 +0100 Subject: [PATCH] Fix bad file resource reference in inventory scene. --- Resources/Scenes/Mobs/StorageSlot.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Scenes/Mobs/StorageSlot.tscn b/Resources/Scenes/Mobs/StorageSlot.tscn index 5c61fe1ac1..fee8bd619c 100644 --- a/Resources/Scenes/Mobs/StorageSlot.tscn +++ b/Resources/Scenes/Mobs/StorageSlot.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=2] -[ext_resource path="res://Content/Scenes/Inventory/StorageSlot.tres" type="StyleBox" id=1] +[ext_resource path="res://Content/Scenes/Mobs/StorageSlot.tres" type="StyleBox" id=1] [ext_resource path="res://Scenes/SpriteMirror/SpriteView.tscn" type="PackedScene" id=2]