quellus / GDTuber

A dynamic PNGTuber program made in Godot
MIT License
21 stars 11 forks source link

[Feature Request]: Replace icons with custom icons that don't require attribution #78

Open quellus opened 4 months ago

quellus commented 4 months ago

Is your feature request related to a problem? Please describe.

Currently, we are using two icons

  1. the contract icon to recenter object
  2. the cog icon for the settings menu on individual items.

These icons were great placeholders to get these features done, but we would like to replace them so we don't need to worry about attribution.

Describe the solution you'd like

These icons should be replaced either by creating new icons from scratch, or finding viable replacements in the public domain or under open license. The replacement for the contract icon should be a good indicator that clicking it will recenter the object. The replacement for the cog icon should be a good indicator that it opens a settings menu.

Describe alternatives you've considered

No response

Additional Context

No response