diff options
author | Jonas Bernard <public.jbernard@web.de> | 2021-04-25 19:19:03 +0200 |
---|---|---|
committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-25 19:19:03 +0200 |
commit | 24a954d8703d7f4be0ac980517f5e23b4cab3dee (patch) | |
tree | 86f473068b07435d315d5d2b214a33ad9bc9a08f /project.godot | |
parent | 3e8e361c8c6b9a7d02361c2f72a20e5e41873052 (diff) | |
download | ldjam48-24a954d8703d7f4be0ac980517f5e23b4cab3dee.tar.gz ldjam48-24a954d8703d7f4be0ac980517f5e23b4cab3dee.tar.bz2 ldjam48-24a954d8703d7f4be0ac980517f5e23b4cab3dee.zip |
CUrsor an dproject settings
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 851e9f0..763b0a3 100644 --- a/project.godot +++ b/project.godot @@ -52,6 +52,7 @@ _global_script_class_icons={ config/name="Deeper but Lighter" run/main_scene="res://scenes/menu.tscn" +boot_splash/bg_color=Color( 0.109804, 0.129412, 0.14902, 1 ) config/icon="res://icon.png" [autoload] @@ -62,6 +63,8 @@ Settings="*res://components/Settings.gd" window/size/width=1280 window/size/height=720 +window/size/fullscreen=true +mouse_cursor/custom_image="res://textures/icons/cursor.png" window/stretch/mode="2d" window/stretch/aspect="keep" @@ -69,6 +72,11 @@ window/stretch/aspect="keep" singletons=[ "res://git_api.gdnlib" ] +[gui] + +theme/custom="res://fonts/Flipps_Theme.tres" +theme/custom_font="res://fonts/Flipps.tres" + [input] mv_up={ @@ -94,6 +102,8 @@ common/enable_pause_aware_picking=true [rendering] quality/driver/driver_name="GLES2" +quality/intended_usage/framebuffer_allocation=0 +quality/intended_usage/framebuffer_allocation.mobile=0 vram_compression/import_etc=true vram_compression/import_etc2=false environment/default_environment="res://default_env.tres" |