Merge branch 'main' of https://github.com/MarcEricMartel/FirstPersonSlapper
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=1]
|
||||
[ext_resource path="res://Spatial.gd" type="Script" id=2]
|
||||
[ext_resource path="res://Audio/music01.wav" type="AudioStream" id=3]
|
||||
[ext_resource path="res://Audio/menumusic.ogg" type="AudioStream" id=3]
|
||||
|
||||
[sub_resource type="DynamicFont" id=5]
|
||||
size = 88
|
||||
@@ -29,10 +29,12 @@ script = ExtResource( 2 )
|
||||
margin_right = 40.0
|
||||
margin_bottom = 40.0
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="Control"]
|
||||
margin_right = 1916.0
|
||||
margin_bottom = 1084.0
|
||||
color = Color( 0.109804, 0.054902, 0.054902, 1 )
|
||||
[node name="Background" type="ColorRect" parent="Control"]
|
||||
margin_left = -4.0
|
||||
margin_top = -8.0
|
||||
margin_right = 1927.0
|
||||
margin_bottom = 1085.0
|
||||
color = Color( 0.0862745, 0.0705882, 0.0705882, 1 )
|
||||
|
||||
[node name="Title" type="Label" parent="Control"]
|
||||
margin_left = 532.0
|
||||
@@ -63,3 +65,8 @@ align = 1
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource( 3 )
|
||||
autoplay = true
|
||||
|
||||
[node name="Timer" type="Timer" parent="."]
|
||||
wait_time = 3.0
|
||||
|
||||
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|
||||
|
Reference in New Issue
Block a user