16 lines
586 B
Text
16 lines
586 B
Text
[gd_scene format=3 uid="uid://cl3hb1nm4xy8t"]
|
|
|
|
[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
|
|
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
|