Files
recombinator/Main Menu.tscn
T
2020-03-07 15:10:11 +01:00

119 lines
3.5 KiB
Plaintext

[gd_scene load_steps=7 format=2]
[ext_resource path="res://Menu/iconegg.png" type="Texture" id=1]
[ext_resource path="res://Main Menu.gd" type="Script" id=2]
[ext_resource path="res://main.tscn" type="PackedScene" id=3]
[ext_resource path="res://MainSpatial.gd" type="Script" id=4]
[sub_resource type="ProceduralSky" id=1]
sky_top_color = Color( 0.482353, 0.494118, 0.54902, 1 )
sky_horizon_color = Color( 0.368627, 0.372549, 0.376471, 1 )
sun_latitude = 2.77
sun_longitude = -50.44
[sub_resource type="Environment" id=2]
background_mode = 1
background_sky = SubResource( 1 )
tonemap_mode = 2
ssao_radius = 0.3
ssao_intensity = 67.2
ssao_bias = 1.183
ssao_color = Color( 0.223529, 0.243137, 0.615686, 1 )
glow_levels/1 = true
glow_levels/2 = true
glow_levels/4 = true
glow_levels/6 = true
glow_levels/7 = true
glow_intensity = 3.75
glow_bloom = 0.26
glow_hdr_threshold = 1.57
glow_hdr_luminance_cap = 12.31
adjustment_enabled = true
adjustment_saturation = 0.87
[node name="Spatial" type="Spatial"]
script = ExtResource( 4 )
[node name="Main Menu" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -35.7413
margin_top = 63.0057
margin_right = -35.7412
margin_bottom = 63.0056
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PanelM" type="Panel" parent="Main Menu"]
self_modulate = Color( 0, 0, 0, 0 )
light_mask = 2
margin_left = 660.0
margin_top = -50.9725
margin_right = 647.297
margin_bottom = 549.027
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TestButton" type="Button" parent="Main Menu/PanelM"]
margin_left = 23.7413
margin_top = 323.967
margin_right = 583.741
margin_bottom = 354.245
text = "Testomgeving"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ExitButton" type="Button" parent="Main Menu/PanelM"]
margin_left = 23.7413
margin_top = 363.967
margin_right = 583.742
margin_bottom = 393.967
text = "Exit Game"
[node name="SuperButton" type="Button" parent="Main Menu/PanelM"]
margin_left = 601.67
margin_top = 584.929
margin_right = 869.67
margin_bottom = 846.929
rect_scale = Vector2( 0.05, 0.05 )
icon = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="SuperText" type="TextEdit" parent="Main Menu/PanelM"]
visible = false
margin_left = 23.0
margin_top = 69.0
margin_right = 577.0
margin_bottom = 535.0
text = "Mark houdt van BBC"
[node name="Camera" type="Camera" parent="."]
transform = Transform( 0.766044, 0.219846, -0.604023, 0, 0.939693, 0.34202, 0.642788, -0.262003, 0.719846, -5.82918, 4.84503, 7.7055 )
[node name="World" type="WorldEnvironment" parent="."]
environment = SubResource( 2 )
[node name="DirectionalLight" type="DirectionalLight" parent="World"]
transform = Transform( 0.258819, 0.25, -0.933013, 0.25, 0.915675, 0.314705, 0.933013, -0.314705, 0.174494, -14, 3, 5 )
shadow_enabled = true
[node name="RedLight" type="OmniLight" parent="World"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.888972, 2.04766, -3.3905 )
light_color = Color( 0.972549, 0.0431373, 0.0235294, 1 )
light_energy = 10.22
light_indirect_energy = 1.04
light_specular = 0.31
omni_range = 20.0
omni_attenuation = 1.1487
[node name="main" parent="." instance=ExtResource( 3 )]
[connection signal="pressed" from="Main Menu/PanelM/TestButton" to="Main Menu" method="_on_TestButton_pressed"]
[connection signal="pressed" from="Main Menu/PanelM/ExitButton" to="Main Menu" method="_on_ExitButton_pressed"]
[connection signal="pressed" from="Main Menu/PanelM/SuperButton" to="Main Menu" method="_on_SuperButton_pressed"]