From 2746239a6faffdd61302c9fb4832a6101f206ee5 Mon Sep 17 00:00:00 2001 From: Rafael Date: Mon, 18 Sep 2023 20:54:12 -0300 Subject: [PATCH] Fix category id on template godot asset lib --- .asset-template.json.hb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asset-template.json.hb b/.asset-template.json.hb index e23abb57..2302fcdd 100644 --- a/.asset-template.json.hb +++ b/.asset-template.json.hb @@ -1,7 +1,7 @@ { "title": "Inventory System", "description": "Modular inventory system for godot 4 with nodes, compatible with multiplayer, separate logic from the UI, Using items as separate resources.\nDemos: https://godotengine.org/asset-library/asset/1895", - "category_id": "5", + "category_id": "6", "godot_version": "4.1", "version_string": "{{ context.release.tag_name }}", "cost": "MIT",