瀏覽代碼

:wrench: Automatically scale imported svg by 8

Useful for Godot editor icon import.
DricomDragon 2 年之前
父節點
當前提交
939b5dd881
共有 1 個文件被更改,包括 6 次插入0 次删除
  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)