Browse Source

:wrench: Automatically scale imported svg by 8

Useful for Godot editor icon import.
DricomDragon 2 years ago
parent
commit
939b5dd881
1 changed files with 6 additions and 0 deletions
  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)