diff --git a/SessionZeroClient/sessionzero/Assets/Scenes/home-screen.tscn b/SessionZeroClient/sessionzero/Assets/Scenes/home-screen.tscn new file mode 100644 index 0000000..0132dee --- /dev/null +++ b/SessionZeroClient/sessionzero/Assets/Scenes/home-screen.tscn @@ -0,0 +1,9 @@ +[gd_scene format=3 uid="uid://crdi8b3yxf0hi"] + +[node name="Home-screen" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 diff --git a/SessionZeroClient/sessionzero/icon.png b/SessionZeroClient/sessionzero/icon.png new file mode 100644 index 0000000..12f7e73 Binary files /dev/null and b/SessionZeroClient/sessionzero/icon.png differ diff --git a/SessionZeroClient/sessionzero/icon.svg.import b/SessionZeroClient/sessionzero/icon.png.import similarity index 63% rename from SessionZeroClient/sessionzero/icon.svg.import rename to SessionZeroClient/sessionzero/icon.png.import index dbd99f9..5794579 100644 --- a/SessionZeroClient/sessionzero/icon.svg.import +++ b/SessionZeroClient/sessionzero/icon.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://8xslbob44e1q" -path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +uid="uid://qscxiy4tpkef" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://icon.svg" -dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] +source_file="res://icon.png" +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] @@ -32,6 +32,3 @@ 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/SessionZeroClient/sessionzero/icon.svg b/SessionZeroClient/sessionzero/icon.svg deleted file mode 100644 index 9d8b7fa..0000000 --- a/SessionZeroClient/sessionzero/icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/SessionZeroClient/sessionzero/project.godot b/SessionZeroClient/sessionzero/project.godot index c7113a8..eb1db3b 100644 --- a/SessionZeroClient/sessionzero/project.godot +++ b/SessionZeroClient/sessionzero/project.godot @@ -11,9 +11,14 @@ config_version=5 [application] config/name="SessionZero" +config/description="Open-source TTRPG Companion" run/main_scene="uid://bxafbn1ydfybh" +config/use_custom_user_dir=true config/features=PackedStringArray("4.4", "C#", "GL Compatibility") -config/icon="res://icon.svg" +boot_splash/fullsize=false +boot_splash/image="uid://dpjq1ngyid2u7" +config/icon="uid://qscxiy4tpkef" +boot_splash/minimum_display_time=1000 [dotnet] diff --git a/SessionZeroClient/sessionzero/splash.png b/SessionZeroClient/sessionzero/splash.png new file mode 100644 index 0000000..a5179c4 Binary files /dev/null and b/SessionZeroClient/sessionzero/splash.png differ diff --git a/SessionZeroClient/sessionzero/splash.png.import b/SessionZeroClient/sessionzero/splash.png.import new file mode 100644 index 0000000..6203143 --- /dev/null +++ b/SessionZeroClient/sessionzero/splash.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dpjq1ngyid2u7" +path="res://.godot/imported/splash.png-929ed8a00b89ba36c51789452f874c77.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://splash.png" +dest_files=["res://.godot/imported/splash.png-929ed8a00b89ba36c51789452f874c77.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 diff --git a/bg.jpg b/art_files/bg.jpg similarity index 100% rename from bg.jpg rename to art_files/bg.jpg diff --git a/bg.png b/art_files/bg.png similarity index 100% rename from bg.png rename to art_files/bg.png diff --git a/logo_500x500.jpg b/art_files/d20_500x500.jpg similarity index 100% rename from logo_500x500.jpg rename to art_files/d20_500x500.jpg diff --git a/logo_no-bg_medium.png b/art_files/d20_no-bg_medium.png similarity index 100% rename from logo_no-bg_medium.png rename to art_files/d20_no-bg_medium.png diff --git a/logo_transparent_500x500.png b/art_files/d20_transparent_500x500.png similarity index 100% rename from logo_transparent_500x500.png rename to art_files/d20_transparent_500x500.png diff --git a/art_files/full_icon_circle_800x800.png b/art_files/full_icon_circle_800x800.png new file mode 100644 index 0000000..cf8b71a Binary files /dev/null and b/art_files/full_icon_circle_800x800.png differ diff --git a/art_files/full_icon_rounded-square_800x800.png b/art_files/full_icon_rounded-square_800x800.png new file mode 100644 index 0000000..12f7e73 Binary files /dev/null and b/art_files/full_icon_rounded-square_800x800.png differ diff --git a/art_files/full_icon_square_800x800.png b/art_files/full_icon_square_800x800.png new file mode 100644 index 0000000..8906122 Binary files /dev/null and b/art_files/full_icon_square_800x800.png differ diff --git a/sesh0.svg b/art_files/sesh0.svg similarity index 98% rename from sesh0.svg rename to art_files/sesh0.svg index eb29f63..e9c9bf3 100644 --- a/sesh0.svg +++ b/art_files/sesh0.svg @@ -2,9 +2,9 @@ + id="layer1" + transform="translate(499.2873,-820.07641)"> - - - + Login - - - Login + + + Username - Username + Password - - + y="743.76129">Password + + + + + + + + + + + + + + SessionZero + + + 0 + + + + + + + SessionZero + + + 0 + + + + + + + + + + + + diff --git a/art_files/splash.png b/art_files/splash.png new file mode 100644 index 0000000..a5179c4 Binary files /dev/null and b/art_files/splash.png differ diff --git a/text31.png b/text31.png deleted file mode 100644 index 9a2752b..0000000 Binary files a/text31.png and /dev/null differ