final maybe
This commit is contained in:
parent
fc5f9630bd
commit
fec8f07aef
|
@ -87,7 +87,7 @@ tile_set_name = "SnowySlopes"
|
|||
finish_x_pos = 354
|
||||
target_time = 60.0
|
||||
defeat_cutscene = "LostRace1"
|
||||
victory_cutscene = "Cutscene2"
|
||||
victory_cutscene = "WonRace1"
|
||||
level = 1
|
||||
|
||||
[node name="CanvasLayerBG" type="CanvasLayer" parent="."]
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -141,7 +141,7 @@ tracks/1/keys = {
|
|||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 2 )
|
||||
cutscene_name = "LostRace"
|
||||
cutscene_name = "WonRace"
|
||||
next_scene_to_load = "DownhillAutoscroller2"
|
||||
|
||||
[node name="DialogueBox" type="TextureRect" parent="."]
|
||||
|
|
|
@ -63,7 +63,7 @@ _global_script_class_icons={
|
|||
[application]
|
||||
|
||||
config/name="Moriya's Wanton Winter Wager"
|
||||
run/main_scene="res://Scenes/DownhillAutoscroller2.tscn"
|
||||
run/main_scene="res://Scenes/TitleScreen.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[autoload]
|
||||
|
|
Loading…
Reference in New Issue