You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The imgui implementation of the spell/supernatural ability is a bit troublesome:
The window does not scale/adjust vertically to account for lengthy spell/ability lists or descriptions, leading to wasted UI space and needless use of scroll bars.
The window doesn't seem to allow resizing. (However, I suppose no other imgui menu does?)
The close/"X" button (in the top right corner) of the window is unresponsive. (Not exactly a huge issue)
Attach save file
N/A
Steps to reproduce
Create world with either solely the core game (alternatively also with Magiclysm added).
Create character and debug in spells/abilities.
Open spell/ability menu.
Expected behavior
I expected that the window/menu would adjust dynamically to account for content and available screen space (or barring this, allowing for resizing). The reason for this expectation is that currently, the spell/ability menu is very tiny and slim.
Screenshots
With a lengthy list of spells/abilities, the window doesn't expand to accommodate (nor allow for resizing):
Even with a single spell/ability the entire description doesn't show despite a lot of screen space being available:
jwgrawe
changed the title
Supernatural ability/spell menu doesn't scale/expand vertically (and can't be resized)
Supernatural ability/spell menu window doesn't scale/expand vertically (and can't be resized)
Dec 28, 2024
Describe the bug
The imgui implementation of the spell/supernatural ability is a bit troublesome:
Attach save file
N/A
Steps to reproduce
Expected behavior
I expected that the window/menu would adjust dynamically to account for content and available screen space (or barring this, allowing for resizing). The reason for this expectation is that currently, the spell/ability menu is very tiny and slim.
Screenshots
With a lengthy list of spells/abilities, the window doesn't expand to accommodate (nor allow for resizing):
Even with a single spell/ability the entire description doesn't show despite a lot of screen space being available:
Versions and configuration
Dark Days Ahead [dda]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: