diff options
author | tpart <tpart120@proton.me> | 2025-09-21 19:34:45 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-09-21 19:34:45 +0200 |
commit | a7f70f89b349fd7482a5d9e268f9b60763406e49 (patch) | |
tree | 45c58736f58c1cb9a15bf6845da7bd2cd195d3a6 /client/map/kitchen_background.gd | |
parent | 443c8aab02735f2e9b9c044f44dd88cb92551fa6 (diff) | |
download | hurrycurry-a7f70f89b349fd7482a5d9e268f9b60763406e49.tar hurrycurry-a7f70f89b349fd7482a5d9e268f9b60763406e49.tar.bz2 hurrycurry-a7f70f89b349fd7482a5d9e268f9b60763406e49.tar.zst |
Redesign character menu background
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 |