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
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[ext_resource type="Texture2D" path="res://images/virtua_hand_left.png" id="1_lhand"]
|
||||
[ext_resource type="Script" path="res://scenes/left_hand.gd" id="2_lhscr"]
|
||||
[ext_resource type="AudioStream" uid="uid://cxvu4rxkgxekb" path="res://audio/floor_select.wav" id="3_fsel"]
|
||||
|
||||
[node name="LeftHand" type="Sprite3D"]
|
||||
billboard = 1
|
||||
|
|
@ -9,3 +10,7 @@ texture_filter = 0
|
|||
alpha_cut = 1
|
||||
texture = ExtResource("1_lhand")
|
||||
script = ExtResource("2_lhscr")
|
||||
|
||||
[node name="SfxFloorSelect" type="AudioStreamPlayer3D" parent="."]
|
||||
stream = ExtResource("3_fsel")
|
||||
max_polyphony = 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue