ScalarVector1 / DragonLens

Modern, customizable, and community-driven debugging and cheat mod for TModLoader
24 stars 14 forks source link

Various Bugs #73

Closed Cyrillya closed 1 year ago

Cyrillya commented 1 year ago

Some bugs I found while using the mod

Default Background and Button Color

They are terrible. I don't think it is intended
7761dd5a35b4a9f60f6b2d9db428c153

Paint Tool

If you start it at the left-down corner and end it at the right-top corner. It crashes the game
image

GUI Interaction

If you open the settings, controls or mod config menu, the gui won't be displayed, but you can still click on them, which is pretty annoying

Scrollbars

Using mouse wheel for mod gui does not prevent inventory hotbar to scroll

Filters

You should never be able to select 2+ mod filters, apparently there is no item that belongs to 2 mods at the same time image

Item Editor

If you have knockback boost equipments (Gloves in vanilla) equipped, once you hover onto the item in the item editor slot, its knockback will increase infinitely

After looking through the code, I found that its more likely a vanilla bug. But vanilla uses Main.HoverItem = Item.Clone() instead of directly Main.HoverItem = Item