goodnight_jellybean/godot/3DCursor.tscn

62 lines
2.0 KiB
Plaintext
Raw Normal View History

2023-01-01 04:28:30 -07:00
[gd_scene load_steps=10 format=2]
2022-12-31 01:19:40 -07:00
[ext_resource path="res://3DCursor.gd" type="Script" id=1]
[ext_resource path="res://3DCursorLight.tscn" type="PackedScene" id=2]
2023-01-01 02:23:56 -07:00
[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]
2023-01-01 04:28:30 -07:00
[ext_resource path="res://assets/audio/click.ogg" type="AudioStream" id=6]
2022-12-31 01:19:40 -07:00
2023-06-05 08:00:14 -06:00
[sub_resource type="StandardMaterial3D" id=5]
2022-12-31 01:19:40 -07:00
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]
2023-06-05 08:00:14 -06:00
[sub_resource type="SphereShape3D" id=2]
2022-12-31 01:19:40 -07:00
2023-06-05 08:00:14 -06:00
[node name="3DCursor" type="CharacterBody3D"]
transform = Transform3D( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0 )
2022-12-31 01:19:40 -07:00
script = ExtResource( 1 )
KB_ACTIONS_PER_SECOND = 24.0
2023-06-05 08:00:14 -06:00
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
2022-12-31 01:19:40 -07:00
layers = 524288
material_override = SubResource( 5 )
cast_shadow = 0
mesh = SubResource( 6 )
skeleton = NodePath("../..")
2023-06-05 08:00:14 -06:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
2022-12-31 01:19:40 -07:00
shape = SubResource( 2 )
2023-06-05 08:00:14 -06:00
[node name="OmniLight3D" parent="." instance=ExtResource( 2 )]
transform = Transform3D( 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 3 )
2022-12-31 01:19:40 -07:00
[node name="OmniLight5" parent="." instance=ExtResource( 2 )]
2023-06-05 08:00:14 -06:00
transform = Transform3D( 2, 0, 0, 0, 2, 0, 0, 0, 2, -3, 0, 0 )
2022-12-31 01:19:40 -07:00
[node name="OmniLight6" parent="." instance=ExtResource( 2 )]
[node name="OmniLight7" parent="." instance=ExtResource( 2 )]
2023-06-05 08:00:14 -06:00
transform = Transform3D( 2, 0, 0, 0, 2, 0, 0, 0, 2, 3, 0, 0 )
2023-01-01 02:23:56 -07:00
[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
2023-01-01 04:28:30 -07:00
[node name="Move" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 6 )
volume_db = 10.0