This commit is contained in:
MarcEricMartel 2022-10-12 17:23:50 -04:00
parent 92f83ec1c8
commit f1efd8e45e
4 changed files with 12 additions and 5 deletions

View File

@ -104,7 +104,7 @@ margin_top = 469.0
margin_right = 1187.0
margin_bottom = 627.0
custom_fonts/font = SubResource( 6 )
text = "You're Winner!"
text = "You're safe."
[node name="End" type="Timer" parent="."]
wait_time = 3.0

View File

@ -4,7 +4,7 @@ extends Spatial
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
var enemycount = 3
var enemycount = 1
onready var NEXTSCENE = "res://Levels/Level09.tscn"
onready var WinMess = $Messages/Win

View File

@ -55,8 +55,11 @@ script = ExtResource( 1 )
transform = Transform( 1, 0, 0.000244346, 0, 1, 0, -0.000244346, 0, 1, 0, 0, 0 )
use_collision = true
[node name="CSGCylinder" type="CSGCylinder" parent="CSGCombiner"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -22.7915, 0 )
[node name="Player" parent="." instance=ExtResource( 5 )]
transform = Transform( -0.997569, 0, -0.0696868, 0, 1, 0, 0.0696868, 0, -0.997569, 37.763, 21.5903, 3.17083 )
transform = Transform( -0.997569, 0, -0.0696868, 0, 1, 0, 0.0696868, 0, -0.997569, 0, 34.0323, 0 )
[node name="Messages" type="Control" parent="."]
margin_right = 40.0
@ -80,7 +83,10 @@ volume_db = -3.0
bus = "Music"
[node name="Enemy" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 4.0267, 7.51623, -40.9597 )
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 0, -15.2658, 0 )
[node name="Enemy2" parent="." instance=ExtResource( 3 )]
transform = Transform( 0.995641, 0, 0, 0, 0.995641, 0, 0, 0, 0.995641, 0, 8.38352, 72.9737 )
[node name="Sun" type="DirectionalLight" parent="."]
transform = Transform( 0.707107, -0.353553, 0.612372, 0, 0.866025, 0.5, -0.707107, -0.353553, 0.612372, 7.99925, 6, 7.97141 )
@ -90,3 +96,4 @@ environment = SubResource( 14 )
[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"]

View File

@ -17,7 +17,7 @@ onready var Levels = {
"lvl5": "Level 5 - Hide and Slap.",
"lvl6": "Level 6 - Please remain calm.",
"lvl7": "Level 7 - Eye can deceive you, only trust yourself.",
"lvl8": "Level 8 - ",
"lvl8": "Level 8 - This is getting ridiculous!",
"lvl9": "Level 9 - ",
"lvl10": "Level 10 - ",
"lvl11": "Level 11 - I believe in a thing called BONK!",