123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- [gd_scene load_steps=12 format=2]
- [ext_resource path="res://scripts/Clock.gd" type="Script" id=1]
- [ext_resource path="res://exported_models/clock_face.obj" type="ArrayMesh" id=2]
- [ext_resource path="res://exported_models/clock_marks.obj" type="ArrayMesh" id=3]
- [ext_resource path="res://human_robemat.tres" type="Material" id=4]
- [ext_resource path="res://exported_models/clock_shaft.obj" type="ArrayMesh" id=5]
- [ext_resource path="res://exported_models/clock_arrow.obj" type="ArrayMesh" id=6]
- [ext_resource path="res://scripts/EPlace.gd" type="Script" id=7]
- [ext_resource path="res://message.ogg" type="AudioStream" id=8]
- [sub_resource type="SpatialMaterial" id=1]
- albedo_color = Color( 0, 0, 0, 1 )
- emission_enabled = true
- emission = Color( 0.631373, 0.54902, 0.266667, 1 )
- emission_energy = 3.0
- emission_operator = 0
- emission_on_uv2 = false
- [sub_resource type="SphereShape" id=2]
- [sub_resource type="SpatialMaterial" id=3]
- albedo_color = Color( 0.333333, 0, 0, 1 )
- [node name="Clock" type="Spatial"]
- script = ExtResource( 1 )
- [node name="Spatial" type="Spatial" parent="."]
- transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0.85, -0.75, 1.6 )
- [node name="OmniLight" type="OmniLight" parent="Spatial"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -13, 30 )
- visible = false
- editor_only = true
- omni_range = 31.7067
- [node name="OmniLight2" type="OmniLight" parent="Spatial"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 5.05298, 16.228, 30 )
- visible = false
- editor_only = true
- omni_range = 31.7067
- [node name="face" type="MeshInstance" parent="Spatial"]
- transform = Transform( 1, 0, 0, 0, 1, 3.55271e-15, 0, -3.55271e-15, 1, 0, 0, 0 )
- mesh = ExtResource( 2 )
- material/0 = SubResource( 1 )
- [node name="marks" type="MeshInstance" parent="Spatial"]
- mesh = ExtResource( 3 )
- material/0 = ExtResource( 4 )
- [node name="shaft" type="MeshInstance" parent="Spatial"]
- mesh = ExtResource( 5 )
- material/0 = ExtResource( 4 )
- [node name="Light1" type="OmniLight" parent="Spatial"]
- transform = Transform( 10, 0, 0, 0, 10, 5.11591e-13, 0, -5.11591e-13, 10, -5.60604, 14.1179, 7.11677 )
- light_color = Color( 0.8, 0.686275, 0.0705882, 1 )
- omni_range = 0.3
- [node name="Light2" type="OmniLight" parent="Spatial"]
- transform = Transform( 10, 0, 0, 0, 10, 5.68434e-13, 0, -5.68434e-13, 10, -11.0657, 14.1179, 7.11677 )
- light_color = Color( 0.8, 0.686275, 0.0705882, 1 )
- omni_range = 0.3
- [node name="Clock" type="StaticBody" parent="Spatial"]
- transform = Transform( 10, 0, 0, 0, -4.37114e-07, -10, 0, 10, -4.37114e-07, -8.5, 16, 7.5 )
- collision_layer = 5
- [node name="CollisionShape" type="CollisionShape" parent="Spatial/Clock"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 0.5, 0, 0, 0 )
- shape = SubResource( 2 )
- [node name="arrow_pivot" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.25 )
- [node name="arrow" type="MeshInstance" parent="arrow_pivot"]
- transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0.85, -0.75, 1.35 )
- mesh = ExtResource( 6 )
- material/0 = SubResource( 3 )
- [node name="EPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.520048, -0.371158, 0.723466 )
- script = ExtResource( 7 )
- [node name="CameraPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.647344, 2.09593 )
- [node name="Sound" type="AudioStreamPlayer3D" parent="."]
- stream = ExtResource( 8 )
- attenuation_model = 1
- unit_db = -5.0
- unit_size = 0.1
- max_db = 1.0
- pitch_scale = 0.8
|