miskatonicstudio / goat

Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games.
MIT License
371 stars 32 forks source link

Consider dynamic icon size for interactive items and screens #304

Open miskatonicstudio opened 1 year ago

miskatonicstudio commented 1 year ago

Godot 4 by default sets the size of 3D sprites to a fixed value in the 3D world. In contrast, GOAT's default behavior was to set the size as constant on the screen. The settings have been adjusted after the migration to keep this old behavior.

However, having an icon for interactive items that gets bigger the closer the camera is to an item looks quite cool. It should be considered to change GOAT's settings in this regard.