commit 0da6909b329bf8f842f9cc9f889fea3f0033abf9 Author: Haze Weathers Date: Sun Aug 18 00:17:02 2024 -0400 Initial project setup. diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0af181c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +/android/ diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..9d8b7fa --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon.svg.import b/icon.svg.import new file mode 100644 index 0000000..21e040b --- /dev/null +++ b/icon.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cu3ko6ydi3dov" +path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.svg" +dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..bca9027 --- /dev/null +++ b/project.godot @@ -0,0 +1,35 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=5 + +[application] + +config/name="Blood and Mortar" +config/description="Super Metroidvania Month 25 Entry" +config/version="0.1.0" +run/main_scene="res://test_scene.tscn" +config/use_custom_user_dir=true +config/custom_user_dir_name="blood-and-mortar" +config/features=PackedStringArray("4.3", "GL Compatibility") +boot_splash/image="res://textures/background/splash.png" +config/icon="res://icon.svg" + +[display] + +window/size/viewport_width=320 +window/size/viewport_height=240 +window/stretch/mode="viewport" +window/stretch/scale_mode="integer" + +[rendering] + +textures/canvas_textures/default_texture_filter=0 +renderer/rendering_method="gl_compatibility" +renderer/rendering_method.mobile="gl_compatibility" +2d/snap/snap_2d_transforms_to_pixel=true diff --git a/test_scene.tscn b/test_scene.tscn new file mode 100644 index 0000000..1a0b15c --- /dev/null +++ b/test_scene.tscn @@ -0,0 +1,3 @@ +[gd_scene format=3 uid="uid://1hsgdbtvb8tt"] + +[node name="TestScene" type="Node2D"] diff --git a/textures/background/splash.png b/textures/background/splash.png new file mode 100644 index 0000000..cb7cb54 Binary files /dev/null and b/textures/background/splash.png differ diff --git a/textures/background/splash.png.import b/textures/background/splash.png.import new file mode 100644 index 0000000..dba27ad --- /dev/null +++ b/textures/background/splash.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://5jw1y83ai7we" +path="res://.godot/imported/splash.png-c7261a8a6a7e3c16a46b24b69ebebf37.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://textures/background/splash.png" +dest_files=["res://.godot/imported/splash.png-c7261a8a6a7e3c16a46b24b69ebebf37.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1