Agitator.tscn 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [gd_scene load_steps=8 format=2]
  2. [ext_resource path="res://exported_models/sign_exclamations.obj" type="ArrayMesh" id=1]
  3. [ext_resource path="res://human_visual.tscn" type="PackedScene" id=2]
  4. [ext_resource path="res://exported_models/sign_body.obj" type="ArrayMesh" id=3]
  5. [ext_resource path="res://scripts/Agitator.gd" type="Script" id=4]
  6. [ext_resource path="res://scripts/EPlace.gd" type="Script" id=5]
  7. [sub_resource type="SpatialMaterial" id=1]
  8. albedo_color = Color( 0.321569, 0.196078, 0, 1 )
  9. [sub_resource type="SpatialMaterial" id=2]
  10. albedo_color = Color( 0, 0, 0, 1 )
  11. emission_enabled = true
  12. emission = Color( 0.701961, 0.105882, 0.121569, 1 )
  13. emission_energy = 3.0
  14. emission_operator = 0
  15. emission_on_uv2 = false
  16. [node name="Human" type="Spatial"]
  17. script = ExtResource( 4 )
  18. [node name="Spatial" parent="." instance=ExtResource( 2 )]
  19. transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0, 0, 0 )
  20. [node name="Sign" type="Spatial" parent="Spatial"]
  21. [node name="sign_body" type="MeshInstance" parent="Spatial/Sign"]
  22. transform = Transform( 1, 0, 0, 0, 1, 3.55271e-15, 0, -3.55271e-15, 1, 0, 0, 0 )
  23. mesh = ExtResource( 3 )
  24. material/0 = SubResource( 1 )
  25. [node name="sign_exclamations" type="MeshInstance" parent="Spatial/Sign"]
  26. transform = Transform( 1, 0, 0, 0, 1, 3.55271e-15, 0, -3.55271e-15, 1, 0, 0, 0 )
  27. mesh = ExtResource( 1 )
  28. material/0 = SubResource( 2 )
  29. [node name="OmniLight" type="OmniLight" parent="Spatial/Sign"]
  30. transform = Transform( 10, 0, 0, 0, 10, 4.26326e-13, 0, -4.26326e-13, 10, 4.86946, -3.37424, 21.6901 )
  31. light_color = Color( 0.921569, 0.188235, 0.188235, 1 )
  32. omni_range = 0.1
  33. [node name="OmniLight2" type="OmniLight" parent="Spatial/Sign"]
  34. transform = Transform( 10, 0, 0, 0, 10, 5.68434e-13, 0, -5.68434e-13, 10, 4.86946, 0.740408, 21.6901 )
  35. light_color = Color( 0.921569, 0.188235, 0.188235, 1 )
  36. omni_range = 0.1
  37. [node name="PassengerPlace" type="Spatial" parent="Spatial"]
  38. 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 )
  39. [node name="CameraPlace" type="Spatial" parent="."]
  40. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.43166, 1.88859 )
  41. [node name="EPlace" type="Spatial" parent="."]
  42. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0401897, 2.01808, 0.6397 )
  43. script = ExtResource( 5 )