Merge branch 'main' of https://github.com/MarcEricMartel/FirstPersonSlapper
This commit is contained in:
commit
be4503020c
@ -117,9 +117,9 @@ height = 35.4425
|
|||||||
depth = 53.7257
|
depth = 53.7257
|
||||||
|
|
||||||
[node name="CSGBox13" type="CSGBox" parent="CSGCombiner"]
|
[node name="CSGBox13" type="CSGBox" parent="CSGCombiner"]
|
||||||
transform = Transform( 0.999999, 0, 0, 0, 1, 0, 0, 0, 0.999999, -19.2733, 13.2378, 13.6141 )
|
transform = Transform( 0.999998, 0, 0, 0, 1, 0, 0, 0, 0.999998, -19.2716, 13.2378, 6.43087 )
|
||||||
height = 35.4425
|
height = 35.4425
|
||||||
depth = 43.0213
|
depth = 64.3012
|
||||||
|
|
||||||
[node name="Player" parent="." instance=ExtResource( 5 )]
|
[node name="Player" parent="." instance=ExtResource( 5 )]
|
||||||
transform = Transform( -0.997569, 0, -0.0696868, 0, 1, 0, 0.0696868, 0, -0.997569, 61.0243, 21.5903, 29.8235 )
|
transform = Transform( -0.997569, 0, -0.0696868, 0, 1, 0, 0.0696868, 0, -0.997569, 61.0243, 21.5903, 29.8235 )
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
[gd_scene load_steps=10 format=2]
|
[gd_scene load_steps=10 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://Levels/Level10.gd" type="Script" id=1]
|
[ext_resource path="res://Levels/Level10.gd" type="Script" id=1]
|
||||||
|
[ext_resource path="res://Audio/PasMenuMusic.ogg" type="AudioStream" id=2]
|
||||||
[ext_resource path="res://Scenes/Enemy.tscn" type="PackedScene" id=3]
|
[ext_resource path="res://Scenes/Enemy.tscn" type="PackedScene" id=3]
|
||||||
[ext_resource path="res://Player.tscn" type="PackedScene" id=5]
|
[ext_resource path="res://Player.tscn" type="PackedScene" id=5]
|
||||||
[ext_resource path="res://AllSkyFree_Skyboxes/Epic_BlueSunset_EquiRect_flat.png" type="Texture" id=6]
|
[ext_resource path="res://AllSkyFree_Skyboxes/Epic_BlueSunset_EquiRect_flat.png" type="Texture" id=6]
|
||||||
[ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=8]
|
[ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=8]
|
||||||
[ext_resource path="res://Audio/DiJazz.ogg" type="AudioStream" id=9]
|
|
||||||
|
|
||||||
[sub_resource type="DynamicFont" id=8]
|
[sub_resource type="DynamicFont" id=8]
|
||||||
size = 64
|
size = 64
|
||||||
@ -75,7 +75,7 @@ text = "You're Winner!"
|
|||||||
wait_time = 3.0
|
wait_time = 3.0
|
||||||
|
|
||||||
[node name="Music" type="AudioStreamPlayer" parent="."]
|
[node name="Music" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource( 9 )
|
stream = ExtResource( 2 )
|
||||||
volume_db = -3.0
|
volume_db = -3.0
|
||||||
bus = "Music"
|
bus = "Music"
|
||||||
|
|
||||||
|
4
Start.gd
4
Start.gd
@ -17,8 +17,8 @@ onready var Levels = {
|
|||||||
"lvl5": "Level 5 - Hide and Slap.",
|
"lvl5": "Level 5 - Hide and Slap.",
|
||||||
"lvl6": "Level 6 - Please remain calm.",
|
"lvl6": "Level 6 - Please remain calm.",
|
||||||
"lvl7": "Level 7 - Measure twice, slap once.",
|
"lvl7": "Level 7 - Measure twice, slap once.",
|
||||||
"lvl8": "Level 8 - This is getting ridiculous!",
|
"lvl8": "Level 8 - Iiiiiiiiiiiiii just want to fly!",
|
||||||
"lvl9": "Level 9 - ",
|
"lvl9": "Level 9 - Is it safe?",
|
||||||
"lvl10": "Level 10 - ",
|
"lvl10": "Level 10 - ",
|
||||||
"lvl11": "Level 11 - I believe in a thing called BONK!",
|
"lvl11": "Level 11 - I believe in a thing called BONK!",
|
||||||
"Spatial" : "I am Error.",
|
"Spatial" : "I am Error.",
|
||||||
|
Loading…
Reference in New Issue
Block a user