goodnight_jellybean/godot/3DCursor.tscn

62 lines
2.0 KiB
Plaintext

[gd_scene load_steps=10 format=2]
[ext_resource path="res://3DCursor.gd" type="Script" id=1]
[ext_resource path="res://3DCursorLight.tscn" type="PackedScene" id=2]
[ext_resource path="res://assets/audio/bassy_bump.ogg" type="AudioStream" id=3]
[ext_resource path="res://assets/audio/beep.ogg" type="AudioStream" id=4]
[ext_resource path="res://assets/audio/color.ogg" type="AudioStream" id=5]
[ext_resource path="res://assets/audio/click.ogg" type="AudioStream" id=6]
[sub_resource type="StandardMaterial3D" id=5]
params_diffuse_mode = 4
params_specular_mode = 4
emission_enabled = true
emission = Color( 1, 0, 0, 1 )
emission_energy = 100.0
emission_operator = 0
emission_on_uv2 = false
[sub_resource type="SphereMesh" id=6]
[sub_resource type="SphereShape3D" id=2]
[node name="3DCursor" type="CharacterBody3D"]
transform = Transform3D( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0 )
script = ExtResource( 1 )
KB_ACTIONS_PER_SECOND = 24.0
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
layers = 524288
material_override = SubResource( 5 )
cast_shadow = 0
mesh = SubResource( 6 )
skeleton = NodePath("../..")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource( 2 )
[node name="OmniLight3D" parent="." instance=ExtResource( 2 )]
transform = Transform3D( 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 3 )
[node name="OmniLight5" parent="." instance=ExtResource( 2 )]
transform = Transform3D( 2, 0, 0, 0, 2, 0, 0, 0, 2, -3, 0, 0 )
[node name="OmniLight6" parent="." instance=ExtResource( 2 )]
[node name="OmniLight7" parent="." instance=ExtResource( 2 )]
transform = Transform3D( 2, 0, 0, 0, 2, 0, 0, 0, 2, 3, 0, 0 )
[node name="Bump" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )
[node name="Beep" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 4 )
[node name="Color" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 5 )
volume_db = 10.0
[node name="Move" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 6 )
volume_db = 10.0