KoBeWi / Metroidvania-System

General-purpose framework for creating metroidvania games in Godot.
https://godotengine.org/asset-library/asset/2301
MIT License
1.04k stars 49 forks source link

Assign scene window does not work with mouse #34

Closed GammaHaya closed 7 months ago

GammaHaya commented 7 months ago

Godot 4.2.1

When you press 'Scene Assign' and click a room, a window appear. In this window you cannot choose a scene with the mouse. You have to scroll threw the scenes with the arrow keys. The only things that are clickable with the mouse are the three buttons 'create new scene', 'cancel' and 'Open'.

Bildschirmfoto 2024-01-29 um 17 04 07
KoBeWi commented 7 months ago

Your Create New Scene looks displaced for some reason, that's weird 🤔 Seems like some layout problem. If you don't need to use that button, you can workaround the bug by removing this node from MapEditor.tscn: https://github.com/KoBeWi/Metroidvania-System/blob/d220de888e01284141231e85025851694946b132/addons/MetroidvaniaSystem/Database/MapEditor.tscn#L898

I will look into it later, it might be system-specific issue for some reason.

GammaHaya commented 7 months ago

Wow, fast reply. Thank you, your solution worked for me. I don't need that button. Now I can scroll and click the list.

I am on MacOS (Sonoma 14.1.1), if it helps

KoBeWi commented 7 months ago

Fixed by 196eb79