123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- [gd_scene load_steps=8 format=2]
- [ext_resource path="res://exported_models/sign_exclamations.obj" type="ArrayMesh" id=1]
- [ext_resource path="res://human_visual.tscn" type="PackedScene" id=2]
- [ext_resource path="res://exported_models/sign_body.obj" type="ArrayMesh" id=3]
- [ext_resource path="res://scripts/Agitator.gd" type="Script" id=4]
- [ext_resource path="res://scripts/EPlace.gd" type="Script" id=5]
- [sub_resource type="SpatialMaterial" id=1]
- albedo_color = Color( 0.321569, 0.196078, 0, 1 )
- [sub_resource type="SpatialMaterial" id=2]
- albedo_color = Color( 0, 0, 0, 1 )
- emission_enabled = true
- emission = Color( 0.701961, 0.105882, 0.121569, 1 )
- emission_energy = 3.0
- emission_operator = 0
- emission_on_uv2 = false
- [node name="Human" type="Spatial"]
- script = ExtResource( 4 )
- [node name="Spatial" parent="." instance=ExtResource( 2 )]
- transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0, 0, 0 )
- [node name="Sign" type="Spatial" parent="Spatial"]
- [node name="sign_body" type="MeshInstance" parent="Spatial/Sign"]
- transform = Transform( 1, 0, 0, 0, 1, 3.55271e-15, 0, -3.55271e-15, 1, 0, 0, 0 )
- mesh = ExtResource( 3 )
- material/0 = SubResource( 1 )
- [node name="sign_exclamations" type="MeshInstance" parent="Spatial/Sign"]
- transform = Transform( 1, 0, 0, 0, 1, 3.55271e-15, 0, -3.55271e-15, 1, 0, 0, 0 )
- mesh = ExtResource( 1 )
- material/0 = SubResource( 2 )
- [node name="OmniLight" type="OmniLight" parent="Spatial/Sign"]
- transform = Transform( 10, 0, 0, 0, 10, 4.26326e-13, 0, -4.26326e-13, 10, 4.86946, -3.37424, 21.6901 )
- light_color = Color( 0.921569, 0.188235, 0.188235, 1 )
- omni_range = 0.1
- [node name="OmniLight2" type="OmniLight" parent="Spatial/Sign"]
- transform = Transform( 10, 0, 0, 0, 10, 5.68434e-13, 0, -5.68434e-13, 10, 4.86946, 0.740408, 21.6901 )
- light_color = Color( 0.921569, 0.188235, 0.188235, 1 )
- omni_range = 0.1
- [node name="PassengerPlace" type="Spatial" parent="Spatial"]
- transform = Transform( -1, 8.74228e-08, 0, 3.82137e-15, 4.37114e-08, 1, 8.74228e-08, 1, -4.37114e-08, -1.06198, -9.41918e-07, 21.5486 )
- [node name="CameraPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.43166, 1.88859 )
- [node name="EPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0401897, 2.01808, 0.6397 )
- script = ExtResource( 5 )
|