Added virtua hand sprite and placeholder hand scenes.
This commit is contained in:
parent
ced705d9c5
commit
5de60b3571
6 changed files with 72 additions and 16 deletions
|
|
@ -8,14 +8,14 @@
|
|||
[ext_resource type="AudioStream" uid="uid://bavo8f76jr7i6" path="res://audio/ElevatorOpen1.wav" id="5_u5sy4"]
|
||||
[ext_resource type="AudioStream" uid="uid://dgqb1rovgwuan" path="res://audio/ElevatorClose1.wav" id="6_gee14"]
|
||||
[ext_resource type="AudioStream" uid="uid://c2iaspcnilk5" path="res://audio/556700__nachtmahrtv__elevator-bell.wav" id="7_bell"]
|
||||
[ext_resource type="AudioStream" path="res://audio/Robot - Deep Breath.wav" id="8_breath"]
|
||||
[ext_resource type="AudioStream" path="res://audio/Robot - Sounds Difficult.wav" id="9_diff"]
|
||||
[ext_resource type="AudioStream" path="res://audio/Robot - I Understand.wav" id="10_under"]
|
||||
[ext_resource type="AudioStream" path="res://audio/Robot - Thank You.wav" id="11_thx"]
|
||||
[ext_resource type="AudioStream" path="res://audio/Ambience.wav" id="12_amb"]
|
||||
[ext_resource type="AudioStream" uid="uid://bj5adk0tb5ymj" path="res://audio/Robot - Deep Breath.wav" id="8_breath"]
|
||||
[ext_resource type="PackedScene" uid="uid://bb0o3ov6u308v" path="res://scenes/component_spawn.tscn" id="9_0tnpc"]
|
||||
[ext_resource type="AudioStream" uid="uid://ddaxnm2wg2ubd" path="res://audio/Robot - Sounds Difficult.wav" id="9_diff"]
|
||||
[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="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"]
|
||||
|
||||
[node name="Game" type="Node3D" unique_id=1456297160]
|
||||
|
|
@ -63,8 +63,8 @@ stream = ExtResource("11_thx")
|
|||
[node name="Ambience" type="AudioStreamPlayer" parent="." unique_id=1100000005]
|
||||
process_mode = 3
|
||||
stream = ExtResource("12_amb")
|
||||
autoplay = true
|
||||
volume_db = -6.0
|
||||
autoplay = true
|
||||
|
||||
[node name="ComponentSpawn" parent="." unique_id=649225939 instance=ExtResource("9_0tnpc")]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue