diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index c79e706..580107d 100644 --- a/project.godot +++ b/project.godot @@ -26,6 +26,11 @@ window/size/viewport_width=480 window/size/viewport_height=320 window/stretch/mode="canvas_items" +[gui] + +theme/custom="uid://yjmw88mel6d3" +theme/custom_font="uid://d0tmhpr2i1v2o" + [input] right_click={ @@ -73,5 +78,6 @@ menu={ [rendering] +textures/canvas_textures/default_texture_filter=0 renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" |