mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Merge pull request #3541 from jluini/master
Fix in note about adaptive icons ('radius' changed to 'diameter')
This commit is contained in:
@@ -81,7 +81,7 @@ There are two types of icons required by Godot:
|
||||
|
||||
.. seealso:: It's important to adhere to some rules when designing adaptive icons. `Google Design has provided a nice article <https://medium.com/google-design/designing-adaptive-icons-515af294c783>`_ that helps to understand those rules and some of the capabilities of adaptive icons.
|
||||
|
||||
.. caution:: The most important adaptive icon design rule is to have your icon critical elements inside the safe zone: a centered circle with a radius of 66dp (264 pixels on ``xxxhdpi``) to avoid being clipped by the launcher.
|
||||
.. caution:: The most important adaptive icon design rule is to have your icon critical elements inside the safe zone: a centered circle with a diameter of 66dp (264 pixels on ``xxxhdpi``) to avoid being clipped by the launcher.
|
||||
|
||||
If you don't provide some of the requested icons, Godot will replace them using a fallback chain, trying the next in line when the current one fails:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user