소스 검색

: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)