diff --git a/cursor.png b/cursor.png new file mode 100644 index 0000000..47f8444 Binary files /dev/null and b/cursor.png differ diff --git a/cursor.png.import b/cursor.png.import new file mode 100644 index 0000000..8e6743e --- /dev/null +++ b/cursor.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/cursor.png-9207886fa5a62b74129e260ee150454e.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://cursor.png" +dest_files=[ "res://.import/cursor.png-9207886fa5a62b74129e260ee150454e.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/loading.png b/loading.png new file mode 100644 index 0000000..86d45bd Binary files /dev/null and b/loading.png differ diff --git a/loading.png.import b/loading.png.import new file mode 100644 index 0000000..31189c0 --- /dev/null +++ b/loading.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/loading.png-10b6cb5dd686e9bfba85d6e0eaa9ca8e.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://loading.png" +dest_files=[ "res://.import/loading.png-10b6cb5dd686e9bfba85d6e0eaa9ca8e.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/project.godot b/project.godot index 52276fe..46b69aa 100644 --- a/project.godot +++ b/project.godot @@ -29,6 +29,8 @@ _global_script_class_icons={ config/name="SpaceTac" config/description="A tactical game set in space" run/main_scene="res://screens/title/title.tscn" +boot_splash/image="res://loading.png" +boot_splash/bg_color=Color( 0, 0, 0, 1 ) config/icon="res://icon.png" [display] @@ -36,6 +38,8 @@ config/icon="res://icon.png" window/size/width=1080 window/size/height=1920 window/handheld/orientation="portrait" +mouse_cursor/custom_image="res://cursor.png" +mouse_cursor/tooltip_position_offset=Vector2( 30, 30 ) window/stretch/mode="2d" window/stretch/aspect="keep" @@ -45,4 +49,8 @@ theme/custom="res://theme/ui.tres" [rendering] +quality/intended_usage/framebuffer_allocation=1 +quality/intended_usage/framebuffer_allocation.mobile=1 +quality/depth_prepass/enable=false +environment/default_clear_color=Color( 0, 0, 0, 1 ) environment/default_environment="res://env.tres"