first commit
This commit is contained in:
164
main_menu.tscn
Normal file
164
main_menu.tscn
Normal file
@@ -0,0 +1,164 @@
|
||||
[gd_scene load_steps=20 format=3 uid="uid://crauw1nxrp7xx"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c4qflcgxlvhar" path="res://main menu.gd" id="1_jldyo"]
|
||||
[ext_resource type="FontFile" uid="uid://cy8lw8evg6x5i" path="res://fonts/DIEDIEDI.TTF" id="2_blbji"]
|
||||
[ext_resource type="AudioStream" uid="uid://b6v7srhpmlwse" path="res://sounds/Twirling Dreams.mp3" id="2_nuv6f"]
|
||||
[ext_resource type="PackedScene" uid="uid://b1jphtwdw13kj" path="res://shrek/shrek_from_shrek_2_the_video_games_gamecube.glb" id="2_wt4sb"]
|
||||
[ext_resource type="FontFile" uid="uid://cyj2ix355t542" path="res://fonts/Jenkine.ttf" id="4_l8xqh"]
|
||||
[ext_resource type="Script" uid="uid://d3iymaj7p7yct" path="res://start game_hard.gd" id="5_j6dta"]
|
||||
[ext_resource type="Script" uid="uid://c8rb7jfoiqssk" path="res://death spotlight main menu.gd" id="5_mn5l5"]
|
||||
[ext_resource type="Script" uid="uid://cebpjnw3yp8np" path="res://quit.gd" id="6_q3j3q"]
|
||||
[ext_resource type="Script" uid="uid://djkejokp77u" path="res://medium.gd" id="6_vc81j"]
|
||||
[ext_resource type="Script" uid="uid://cgbdu4ed71qj2" path="res://easy.gd" id="6_vhvbe"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_2ydd7"]
|
||||
sky_top_color = Color(0, 0, 0, 1)
|
||||
sky_horizon_color = Color(0.5, 0.5, 0.5, 1)
|
||||
sky_energy_multiplier = 0.05
|
||||
ground_bottom_color = Color(0, 0, 0, 1)
|
||||
ground_horizon_color = Color(0.5, 0.5, 0.5, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_64qv2"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_2ydd7")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_x1vup"]
|
||||
background_energy_multiplier = 0.0
|
||||
sky = SubResource("Sky_64qv2")
|
||||
ambient_light_sky_contribution = 0.0
|
||||
ambient_light_energy = 0.0
|
||||
volumetric_fog_enabled = true
|
||||
volumetric_fog_density = 0.25
|
||||
|
||||
[sub_resource type="Theme" id="Theme_xk3n5"]
|
||||
default_font = ExtResource("2_blbji")
|
||||
default_font_size = 100
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_0xj6n"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_docqu"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_s0xav"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1xb40"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_drbp4"]
|
||||
|
||||
[node name="main menu" type="Node3D"]
|
||||
script = ExtResource("1_jldyo")
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_x1vup")
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("2_nuv6f")
|
||||
volume_db = 3.681
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="Control" type="Control" parent="CanvasLayer"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 4
|
||||
anchor_top = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_top = -20.0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 20.0
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="CanvasLayer/Control"]
|
||||
layout_mode = 0
|
||||
offset_left = 36.0
|
||||
offset_top = -166.0
|
||||
offset_right = 750.0
|
||||
offset_bottom = -32.0
|
||||
scale = Vector2(0.996451, 1)
|
||||
theme = SubResource("Theme_xk3n5")
|
||||
theme_override_colors/default_color = Color(1, 0, 0, 1)
|
||||
bbcode_enabled = true
|
||||
text = "[center]SHrEnDer MAn"
|
||||
scroll_active = false
|
||||
|
||||
[node name="hard" type="Button" parent="CanvasLayer/Control"]
|
||||
layout_mode = 0
|
||||
offset_left = 256.0
|
||||
offset_top = -20.0
|
||||
offset_right = 549.0
|
||||
offset_bottom = 66.0
|
||||
theme_override_fonts/font = ExtResource("4_l8xqh")
|
||||
theme_override_font_sizes/font_size = 50
|
||||
theme_override_styles/focus = SubResource("StyleBoxEmpty_0xj6n")
|
||||
theme_override_styles/disabled = SubResource("StyleBoxEmpty_docqu")
|
||||
theme_override_styles/hover = SubResource("StyleBoxEmpty_s0xav")
|
||||
theme_override_styles/pressed = SubResource("StyleBoxEmpty_1xb40")
|
||||
theme_override_styles/normal = SubResource("StyleBoxEmpty_drbp4")
|
||||
text = "hard"
|
||||
script = ExtResource("5_j6dta")
|
||||
|
||||
[node name="medium" type="Button" parent="CanvasLayer/Control"]
|
||||
layout_mode = 0
|
||||
offset_left = 256.0
|
||||
offset_top = 66.0
|
||||
offset_right = 549.0
|
||||
offset_bottom = 152.0
|
||||
theme_override_fonts/font = ExtResource("4_l8xqh")
|
||||
theme_override_font_sizes/font_size = 50
|
||||
theme_override_styles/focus = SubResource("StyleBoxEmpty_0xj6n")
|
||||
theme_override_styles/disabled = SubResource("StyleBoxEmpty_docqu")
|
||||
theme_override_styles/hover = SubResource("StyleBoxEmpty_s0xav")
|
||||
theme_override_styles/pressed = SubResource("StyleBoxEmpty_1xb40")
|
||||
theme_override_styles/normal = SubResource("StyleBoxEmpty_drbp4")
|
||||
text = "medium"
|
||||
script = ExtResource("6_vc81j")
|
||||
|
||||
[node name="easy" type="Button" parent="CanvasLayer/Control"]
|
||||
layout_mode = 0
|
||||
offset_left = 256.0
|
||||
offset_top = 152.0
|
||||
offset_right = 549.0
|
||||
offset_bottom = 238.0
|
||||
theme_override_fonts/font = ExtResource("4_l8xqh")
|
||||
theme_override_font_sizes/font_size = 50
|
||||
theme_override_styles/focus = SubResource("StyleBoxEmpty_0xj6n")
|
||||
theme_override_styles/disabled = SubResource("StyleBoxEmpty_docqu")
|
||||
theme_override_styles/hover = SubResource("StyleBoxEmpty_s0xav")
|
||||
theme_override_styles/pressed = SubResource("StyleBoxEmpty_1xb40")
|
||||
theme_override_styles/normal = SubResource("StyleBoxEmpty_drbp4")
|
||||
text = "easy"
|
||||
script = ExtResource("6_vhvbe")
|
||||
|
||||
[node name="quit" type="Button" parent="CanvasLayer/Control"]
|
||||
layout_mode = 0
|
||||
offset_left = 256.0
|
||||
offset_top = 238.0
|
||||
offset_right = 549.0
|
||||
offset_bottom = 324.0
|
||||
theme_override_colors/font_color = Color(1, 0, 0, 1)
|
||||
theme_override_fonts/font = ExtResource("4_l8xqh")
|
||||
theme_override_font_sizes/font_size = 75
|
||||
theme_override_styles/focus = SubResource("StyleBoxEmpty_0xj6n")
|
||||
theme_override_styles/disabled = SubResource("StyleBoxEmpty_docqu")
|
||||
theme_override_styles/hover = SubResource("StyleBoxEmpty_s0xav")
|
||||
theme_override_styles/pressed = SubResource("StyleBoxEmpty_1xb40")
|
||||
theme_override_styles/normal = SubResource("StyleBoxEmpty_drbp4")
|
||||
text = "quit"
|
||||
script = ExtResource("6_q3j3q")
|
||||
|
||||
[node name="character" type="Node3D" parent="."]
|
||||
script = ExtResource("5_mn5l5")
|
||||
|
||||
[node name="shrek_from_shrek_2_the_video_games_gamecube" parent="character" instance=ExtResource("2_wt4sb")]
|
||||
transform = Transform3D(4.84374, 0, -1.24024, 0, 5, 0, 1.24024, 0, 4.84374, 0, 0, 0)
|
||||
|
||||
[node name="death spotlight" type="SpotLight3D" parent="character"]
|
||||
transform = Transform3D(0.179297, -0.924196, 0.337216, -0.513119, 0.204604, 0.833575, -0.839382, -0.322489, -0.437537, -0.0801997, 4.54955, -0.519051)
|
||||
visible = false
|
||||
light_color = Color(1, 0, 0, 1)
|
||||
light_energy = 0.25
|
||||
shadow_enabled = true
|
||||
distance_fade_enabled = true
|
||||
spot_range = 2.5
|
||||
spot_angle = 31.67
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.30887, 3.22601, 2.80166)
|
||||
fov = 31.7
|
||||
Reference in New Issue
Block a user