MewPurPur / GodSVG

An application in early development for creating simple vector graphics. Built in Godot.
https://godsvg.com
MIT License
1.06k stars 48 forks source link

Streamline shortcuts #778

Closed MewPurPur closed 4 weeks ago

MewPurPur commented 4 weeks ago

Makes the shortcuts logic a bit cleaner IMO, as it's more concentrated in one place and easier to oversee. Fixes #775.

Sets up the About menu to accommodate donor tiers in the future.

Adds TODO to remove a workaround for the bug that will be fixed by https://github.com/godotengine/godot/pull/92582 - as it's an unnecessary overhead.