nom de lvl8
This commit is contained in:
parent
38be52fe53
commit
a7b4f9826f
@ -1,11 +1,11 @@
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[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://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://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=8]
|
||||
[ext_resource path="res://Audio/DiJazz.ogg" type="AudioStream" id=9]
|
||||
|
||||
[sub_resource type="DynamicFont" id=8]
|
||||
size = 64
|
||||
@ -75,7 +75,7 @@ text = "You're Winner!"
|
||||
wait_time = 3.0
|
||||
|
||||
[node name="Music" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource( 9 )
|
||||
stream = ExtResource( 2 )
|
||||
volume_db = -3.0
|
||||
bus = "Music"
|
||||
|
||||
|
2
Start.gd
2
Start.gd
@ -17,7 +17,7 @@ onready var Levels = {
|
||||
"lvl5": "Level 5 - Hide and Slap.",
|
||||
"lvl6": "Level 6 - Please remain calm.",
|
||||
"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 - Is it safe?",
|
||||
"lvl10": "Level 10 - ",
|
||||
"lvl11": "Level 11 - I believe in a thing called BONK!",
|
||||
|
Loading…
Reference in New Issue
Block a user