diff --git a/backgounds/night-sky-at-ceres.jpg b/backgounds/night-sky-at-ceres.jpg new file mode 100644 index 0000000..7061666 Binary files /dev/null and b/backgounds/night-sky-at-ceres.jpg differ diff --git a/backgounds/night-sky-at-ceres.jpg.import b/backgounds/night-sky-at-ceres.jpg.import new file mode 100644 index 0000000..f2e05e7 --- /dev/null +++ b/backgounds/night-sky-at-ceres.jpg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bxa27c7gnivwx" +path="res://.godot/imported/night-sky-at-ceres.jpg-05b1f61e8ea8c15dbe168a5160dbcccc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://backgounds/night-sky-at-ceres.jpg" +dest_files=["res://.godot/imported/night-sky-at-ceres.jpg-05b1f61e8ea8c15dbe168a5160dbcccc.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/global.gd b/global.gd index 0ec2e52..057eeb0 100644 --- a/global.gd +++ b/global.gd @@ -35,7 +35,7 @@ var firstrun const musictracks = ["res://music/reloaded.wav", "res://music/Jellies.wav", "res://music/getabrain.wav", "res://music/oskars.wav", "res://music/extralife.wav", "res://music/layers.wav", "res://music/caramel.wav", "res://music/XsEdzesSs.wav", "res://music/shakeshark.wav", "res://music/zubmarine.wav", "res://music/crammin.wav", "res://music/func.wav", "res://music/kaveh.wav", "res://music/rock.wav", "res://music/milkyway.wav", "res://music/sweetener.wav", "res://music/tooold.wav", "res://music/portello.wav", "res://music/songbirds.wav", "res://music/Gotanda.wav", "res://music/unreeeal.wav"] const sfxtracks = ["res://sfx/braindamage.wav", "res://sfx/gaugefill.wav", "res://sfx/boomboombakudan.wav"] var debug = false -const release = "R0.0.6-dev" +const release = "R0.1.0-alpha" var sk = false var xm = 0 var ym = 0 diff --git a/levels/ui/credits.tscn b/levels/ui/credits.tscn index f664179..b8aa103 100644 --- a/levels/ui/credits.tscn +++ b/levels/ui/credits.tscn @@ -58,6 +58,9 @@ Midori Asgardius / Lily Memory integrity check Falcighol Arch / Mariana Kaizo +Title screen background +Frank Pi / Page Asgardius + Feedback Sakura Nakayama Tood @@ -224,7 +227,7 @@ Asset design tools Stable Diffusion CompVis -Used only for placeholders (currently unused) +Used only for placeholders and title screen background Krita KDE Community diff --git a/title.tscn b/title.tscn index 023096e..e5733a5 100644 --- a/title.tscn +++ b/title.tscn @@ -1,9 +1,8 @@ -[gd_scene load_steps=8 format=3 uid="uid://ccckve5n0xbh4"] +[gd_scene load_steps=7 format=3 uid="uid://ccckve5n0xbh4"] [ext_resource type="Script" path="res://title.gd" id="1_fbo7u"] [ext_resource type="Script" path="res://Game name.gd" id="2_bbb0f"] -[ext_resource type="VideoStream" path="res://backgounds/nebula_-_6044 (720p).ogv" id="2_dxhuu"] -[ext_resource type="Script" path="res://nebula.gd" id="3_bn1r3"] +[ext_resource type="Texture2D" uid="uid://bxa27c7gnivwx" path="res://backgounds/night-sky-at-ceres.jpg" id="2_ena11"] [ext_resource type="Script" path="res://start.gd" id="4_cc41w"] [ext_resource type="Script" path="res://exit.gd" id="5_scoec"] [ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="7_yq7ke"] @@ -17,14 +16,11 @@ grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_fbo7u") -[node name="nebula" type="VideoStreamPlayer" parent="."] +[node name="Night Sky" type="TextureRect" parent="."] layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 -scale = Vector2(2, 1.96) -stream = ExtResource("2_dxhuu") -autoplay = true -script = ExtResource("3_bn1r3") +texture = ExtResource("2_ena11") [node name="Game name" type="Label" parent="."] layout_mode = 0 @@ -67,5 +63,3 @@ text = "2023-2024 Page Asgardius GNU General Public License 3 [node name="Bottomhud" parent="." instance=ExtResource("7_yq7ke")] layout_mode = 1 - -[connection signal="finished" from="nebula" to="nebula" method="_on_finished"]