Wire up sfx, Sega Master System palette for win/end screen, add start screen
This commit is contained in:
parent
2f1437050a
commit
710ae4268f
13 changed files with 161 additions and 40 deletions
|
|
@ -14,11 +14,13 @@
|
|||
[ext_resource type="PackedScene" path="res://scenes/end_screen.tscn" id="10_endsc"]
|
||||
[ext_resource type="AudioStream" uid="uid://dln0g1bnjh1of" path="res://audio/Robot - I Understand.wav" id="10_under"]
|
||||
[ext_resource type="AudioStream" uid="uid://bwovhu6jfk0vt" path="res://audio/Robot - Thank You.wav" id="11_thx"]
|
||||
[ext_resource type="PackedScene" uid="uid://sgakdvtoblmd" path="res://scenes/title_screen.tscn" id="11_title"]
|
||||
[ext_resource type="PackedScene" uid="uid://bbw2sfptheq4u" path="res://scenes/start_screen.tscn" id="11_title"]
|
||||
[ext_resource type="AudioStream" uid="uid://b3d6rntbosvc6" path="res://audio/Ambience.wav" id="12_amb"]
|
||||
[ext_resource type="PackedScene" path="res://scenes/pause_menu.tscn" id="12_pause"]
|
||||
[ext_resource type="AudioStream" uid="uid://cnfmytsyo8biq" path="res://audio/RoboZacSpeaker.wav" id="13_muzak"]
|
||||
[ext_resource type="Script" uid="uid://deyjxii7yykjv" path="res://scenes/muzak.gd" id="14_muzak_s"]
|
||||
[ext_resource type="AudioStream" uid="uid://6u5g67ptqsp4" path="res://audio/block.wav" id="15_block"]
|
||||
[ext_resource type="AudioStream" uid="uid://cyjww14gef86j" path="res://audio/hacked.wav" id="16_hacked"]
|
||||
|
||||
[node name="Game" type="Node3D" unique_id=1456297160]
|
||||
script = ExtResource("1_lbhrr")
|
||||
|
|
@ -64,6 +66,12 @@ stream = ExtResource("10_under")
|
|||
stream = ExtResource("11_thx")
|
||||
|
||||
[node name="SfxBlock" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=1100000007]
|
||||
stream = ExtResource("15_block")
|
||||
max_polyphony = 4
|
||||
|
||||
[node name="SfxHacked" type="AudioStreamPlayer3D" parent="CanvasPanel/ElevatorPanel" unique_id=1100000008]
|
||||
stream = ExtResource("16_hacked")
|
||||
max_polyphony = 4
|
||||
|
||||
[node name="Ambience" type="AudioStreamPlayer" parent="." unique_id=1100000005]
|
||||
process_mode = 3
|
||||
|
|
@ -80,7 +88,11 @@ script = ExtResource("14_muzak_s")
|
|||
|
||||
[node name="EndScreen" parent="." unique_id=993175156 instance=ExtResource("10_endsc")]
|
||||
|
||||
[node name="TitleScreen" parent="." unique_id=1656317143 instance=ExtResource("11_title")]
|
||||
[node name="TitleScreen" type="CanvasLayer" parent="." unique_id=1656317143]
|
||||
process_mode = 3
|
||||
layer = 20
|
||||
|
||||
[node name="StartScreen" parent="TitleScreen" instance=ExtResource("11_title")]
|
||||
|
||||
[node name="PauseMenu" parent="." unique_id=1244164419 instance=ExtResource("12_pause")]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue