diff --git a/gui/pause/pause.tscn b/gui/pause/pause.tscn index 0949554..45bcb54 100644 --- a/gui/pause/pause.tscn +++ b/gui/pause/pause.tscn @@ -2,7 +2,6 @@ [ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/ressources/hud.tres" id="1_51ks3"] [ext_resource type="Script" uid="uid://crt2d4m5ba25i" path="res://gui/pause/scripts/pause.gd" id="1_he4ox"] -[ext_resource type="Shader" uid="uid://cuni3ggtw2uuy" path="res://common/vfx/materials/shaders/blur.gdshader" id="2_apjlw"] [ext_resource type="PackedScene" uid="uid://g6lbgg1fhc25" path="res://gui/menu/settings/settings.tscn" id="4_58dya"] [ext_resource type="FontFile" uid="uid://qt80w6o01q5s" path="res://gui/ressources/fonts/TitanOne-Regular.ttf" id="4_apjlw"] [ext_resource type="Texture2D" uid="uid://vmsn54d1ptih" path="res://common/icons/player-play.svg" id="5_apjlw"] @@ -12,11 +11,6 @@ [ext_resource type="Texture2D" uid="uid://b43thuq8piv18" path="res://common/icons/skull.svg" id="8_mnkqy"] [ext_resource type="PackedScene" uid="uid://b4qe1dwwsk87t" path="res://gui/menu/controls/controls.tscn" id="11_urlqn"] -[sub_resource type="ShaderMaterial" id="ShaderMaterial_58dya"] -shader = ExtResource("2_apjlw") -shader_parameter/strength = 5.00000023424012 -shader_parameter/mix_percentage = 0.3 - [sub_resource type="LabelSettings" id="LabelSettings_apjlw"] font = ExtResource("4_apjlw") font_size = 30 @@ -103,14 +97,13 @@ size_flags_horizontal = 3 size_flags_vertical = 3 [node name="ColorRect" type="ColorRect" parent="Container" unique_id=862826206] -material = SubResource("ShaderMaterial_58dya") layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -color = Color(0.0352941, 0.0196078, 0.12549, 0.705882) +color = Color(0.036075003, 0.019499997, 0.13, 0.98039216) [node name="MarginContainer" type="MarginContainer" parent="Container" unique_id=243001225] layout_mode = 1 @@ -177,7 +170,6 @@ vertical_alignment = 1 [node name="Settings" parent="." unique_id=758381952 instance=ExtResource("4_58dya")] unique_name_in_owner = true -visible = false mouse_filter = 2 [node name="Controls" parent="." unique_id=358658336 instance=ExtResource("11_urlqn")] diff --git a/project.godot b/project.godot index 5888dfb..2b18ecb 100644 --- a/project.godot +++ b/project.godot @@ -16,7 +16,7 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true config/name="Seeding The Wasteland" config/description="Seeding planets is a survival, managment and cosy game in which you play a little gardener robot." -config/version="demo-1.0" +config/version="demo-1.1" run/main_scene="uid://c5bruelvqbm1k" config/features=PackedStringArray("4.6", "Forward Plus") config/icon="uid://df0y0s666ui4h" diff --git a/stages/title_screen/assets/textures/Logo-demo.png b/stages/title_screen/assets/textures/Logo-demo.png new file mode 100644 index 0000000..46a94c0 Binary files /dev/null and b/stages/title_screen/assets/textures/Logo-demo.png differ diff --git a/stages/title_screen/assets/textures/Logo-demo.png.import b/stages/title_screen/assets/textures/Logo-demo.png.import new file mode 100644 index 0000000..c6cc2e8 --- /dev/null +++ b/stages/title_screen/assets/textures/Logo-demo.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://3813d8ld7vt2" +path="res://.godot/imported/Logo-demo.png-96776bcd38576509e3147e72176c0b0a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://stages/title_screen/assets/textures/Logo-demo.png" +dest_files=["res://.godot/imported/Logo-demo.png-96776bcd38576509e3147e72176c0b0a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/stages/title_screen/title_screen.tscn b/stages/title_screen/title_screen.tscn index 7dc24a9..967e1e8 100644 --- a/stages/title_screen/title_screen.tscn +++ b/stages/title_screen/title_screen.tscn @@ -3,7 +3,7 @@ [ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/ressources/hud.tres" id="1_4ph5l"] [ext_resource type="Script" uid="uid://cwmp2une7hobe" path="res://stages/title_screen/scripts/title_screen.gd" id="1_6yuhi"] [ext_resource type="Texture2D" uid="uid://dcgnamu7sb3ov" path="res://common/icons/bolt.svg" id="3_6yuhi"] -[ext_resource type="Texture2D" uid="uid://cdpqg3pkjcw2h" path="res://stages/title_screen/assets/textures/title.png" id="3_y6tw6"] +[ext_resource type="Texture2D" uid="uid://3813d8ld7vt2" path="res://stages/title_screen/assets/textures/Logo-demo.png" id="3_lwj2x"] [ext_resource type="Texture2D" uid="uid://bewr0t1wi8pff" path="res://common/icons/rotate.svg" id="5_6yuhi"] [ext_resource type="PackedScene" uid="uid://cm5b7w7j6527f" path="res://stages/title_screen/planet_3d.tscn" id="5_7a1qq"] [ext_resource type="Texture2D" uid="uid://cixd5j8yqpavg" path="res://common/icons/settings.svg" id="6_3aitq"] @@ -23,12 +23,48 @@ [sub_resource type="ViewportTexture" id="ViewportTexture_6yuhi"] viewport_path = NodePath("SubViewport") +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rf16a"] +bg_color = Color(1, 0, 0.43137255, 1) +border_width_left = 10 +border_width_top = 10 +border_width_right = 10 +border_width_bottom = 10 +border_color = Color(1, 0, 0.43137255, 1) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_gn4uv"] +bg_color = Color(0.78039217, 0, 0.3372549, 1) +border_width_left = 10 +border_width_top = 10 +border_width_right = 10 +border_width_bottom = 10 +border_color = Color(0.78, 0, 0.33800003, 1) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ofiho"] +bg_color = Color(1, 0.24000001, 0.5693334, 1) +border_width_left = 10 +border_width_top = 10 +border_width_right = 10 +border_width_bottom = 10 +border_color = Color(1, 0.23921569, 0.5686275, 1) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 + [sub_resource type="ShaderMaterial" id="ShaderMaterial_lwj2x"] shader = ExtResource("8_pjo5j") shader_parameter/strength = 5.00000023424012 shader_parameter/mix_percentage = 0.3 -[sub_resource type="FastNoiseLite" id="FastNoiseLite_lwj2x"] +[sub_resource type="FastNoiseLite" id="FastNoiseLite_1xafb"] frequency = 1.0 [sub_resource type="Animation" id="Animation_gn4uv"] @@ -280,7 +316,7 @@ custom_minimum_size = Vector2(400, 0) layout_mode = 2 size_flags_horizontal = 4 size_flags_vertical = 0 -texture = ExtResource("3_y6tw6") +texture = ExtResource("3_lwj2x") expand_mode = 5 stretch_mode = 5 @@ -296,6 +332,9 @@ size_flags_horizontal = 4 size_flags_vertical = 4 theme = ExtResource("1_4ph5l") theme_override_font_sizes/font_size = 33 +theme_override_styles/normal = SubResource("StyleBoxFlat_rf16a") +theme_override_styles/pressed = SubResource("StyleBoxFlat_gn4uv") +theme_override_styles/hover = SubResource("StyleBoxFlat_ofiho") text = "START" icon = ExtResource("3_6yuhi") @@ -411,7 +450,7 @@ size = Vector2i(1980, 1080) [node name="Planet3d" parent="SubViewport" unique_id=926789923 instance=ExtResource("5_7a1qq")] unique_name_in_owner = true -noise = SubResource("FastNoiseLite_lwj2x") +noise = SubResource("FastNoiseLite_1xafb") [node name="Camera3D" type="Camera3D" parent="SubViewport" unique_id=806252928] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -14.369979, 0, 64.323425)