Merge branch 'main' of https://github.com/MarcEricMartel/FirstPersonSlapper
This commit is contained in:
		| @@ -114,7 +114,7 @@ align = 1 | ||||
| wait_time = 3.0 | ||||
|  | ||||
| [node name="Floor" type="MeshInstance" parent="."] | ||||
| transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -0.239059, 0.211092, -0.192581 ) | ||||
| transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -0.239059, 0.150923, -0.192581 ) | ||||
| mesh = SubResource( 13 ) | ||||
| material/0 = ExtResource( 9 ) | ||||
|  | ||||
|   | ||||
| @@ -5,7 +5,7 @@ extends Spatial | ||||
| # var a = 2 | ||||
| # var b = "text" | ||||
| var enemycount = 1 | ||||
| onready var NEXTSCENE = "res://Levels/Level10.tscn" | ||||
| onready var NEXTSCENE = "res://Scenes/End.tscn" | ||||
|  | ||||
| onready var WinMess = $Messages/Win | ||||
| onready var EndTimer = $End | ||||
|   | ||||
| @@ -1,10 +1,12 @@ | ||||
| [gd_scene load_steps=10 format=2] | ||||
| [gd_scene load_steps=12 format=2] | ||||
|  | ||||
| [ext_resource path="res://Levels/Level09.gd" type="Script" id=1] | ||||
| [ext_resource path="res://Audio/mood.ogg" type="AudioStream" id=2] | ||||
| [ext_resource path="res://Scenes/Enemy.tscn" type="PackedScene" id=3] | ||||
| [ext_resource path="res://AllSkyFree_Skyboxes/Deep Dusk Equirect.png" type="Texture" id=4] | ||||
| [ext_resource path="res://Player.tscn" type="PackedScene" id=5] | ||||
| [ext_resource path="res://Audio/UVB-76.ogg" type="AudioStream" id=6] | ||||
| [ext_resource path="res://Audio/Spooky Water Drops.wav" type="AudioStream" id=7] | ||||
| [ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=8] | ||||
|  | ||||
| [sub_resource type="DynamicFont" id=8] | ||||
| @@ -157,6 +159,26 @@ environment = SubResource( 14 ) | ||||
| [node name="Enemy2" parent="." instance=ExtResource( 3 )] | ||||
| transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 16.6179, 19.204, -18.5969 ) | ||||
|  | ||||
| [node name="UVB76" type="AudioStreamPlayer3D" parent="."] | ||||
| transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -93.1999, -7.28051, -104.312 ) | ||||
| stream = ExtResource( 6 ) | ||||
| attenuation_model = 2 | ||||
| unit_db = 80.0 | ||||
| max_db = 6.0 | ||||
| autoplay = true | ||||
| bus = "SFX" | ||||
|  | ||||
| [node name="AudioStreamPlayer3D2" type="AudioStreamPlayer3D" parent="."] | ||||
| transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 39.1568, -7.28051, -20.8087 ) | ||||
| stream = ExtResource( 7 ) | ||||
| attenuation_model = 2 | ||||
| unit_db = 80.0 | ||||
| unit_size = 8.1 | ||||
| max_db = 6.0 | ||||
| pitch_scale = 0.86 | ||||
| autoplay = true | ||||
| bus = "SFX" | ||||
|  | ||||
| [connection signal="timeout" from="End" to="." method="_on_Win_timeout"] | ||||
| [connection signal="dying" from="Enemy" to="." method="_on_Enemy_dying"] | ||||
| [connection signal="dying" from="Enemy2" to="." method="_on_Enemy_dying"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user