Selaa lähdekoodia

:wrench: Automatically scale imported svg by 8

Useful for Godot editor icon import.
DricomDragon 2 vuotta sitten
vanhempi
commit
939b5dd881
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      godot/project.godot

+ 6 - 0
godot/project.godot

@@ -23,6 +23,12 @@ window/size/mode=3
 window/size/initial_position_type=2
 window/stretch/mode="canvas_items"
 
+[importer_defaults]
+
+texture={
+"svg/scale": 8.0
+}
+
 [rendering]
 
 environment/defaults/default_clear_color=Color(1, 1, 1, 1)