From e771443a4c2be9cbfaf26362f1344d15b0db72f9 Mon Sep 17 00:00:00 2001 From: JoeMama Date: Thu, 9 Oct 2025 18:32:25 +0100 Subject: [PATCH] added bowsers bro to the entity id map --- EntityIDMap.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EntityIDMap.json b/EntityIDMap.json index 531f0b6..67ca3aa 100644 --- a/EntityIDMap.json +++ b/EntityIDMap.json @@ -498,5 +498,9 @@ "B8": [ "res://Scenes/Prefabs/Entities/Enemies/Sigebou.tscn", "0,8" + ], + "B9": [ + "res://Scenes/Prefabs/Entities/Enemies/BowsersBro.tscn", + "0,8" ] }