Security Booth.tscn 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [gd_scene load_steps=9 format=2]
  2. [ext_resource path="res://exported_models/police_booth.obj" type="ArrayMesh" id=1]
  3. [ext_resource path="res://exported_models/police_stripes.obj" type="ArrayMesh" id=2]
  4. [ext_resource path="res://exported_models/police_note1.obj" type="ArrayMesh" id=3]
  5. [ext_resource path="res://exported_models/police_table.obj" type="ArrayMesh" id=4]
  6. [ext_resource path="res://exported_models/police_note2.obj" type="ArrayMesh" id=5]
  7. [sub_resource type="BoxShape" id=1]
  8. [sub_resource type="SpatialMaterial" id=2]
  9. albedo_color = Color( 0, 0, 0, 1 )
  10. emission_enabled = true
  11. emission = Color( 0.0431373, 0.411765, 0.670588, 1 )
  12. emission_energy = 2.68
  13. emission_operator = 0
  14. emission_on_uv2 = false
  15. [sub_resource type="SpatialMaterial" id=3]
  16. albedo_color = Color( 0.964706, 0.568627, 0.109804, 1 )
  17. [node name="SecurityBooth" type="Spatial"]
  18. [node name="Spatial" type="Spatial" parent="."]
  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="human" type="StaticBody" parent="Spatial"]
  21. [node name="CollisionShape" type="CollisionShape" parent="Spatial/human"]
  22. transform = Transform( 10.0759, 0, 0, 0, 7.08227, -7.03934e-07, 0, -7.03939e-07, 23.1864, 0, -5.2329, 28.8782 )
  23. shape = SubResource( 1 )
  24. [node name="booth" type="MeshInstance" parent="Spatial"]
  25. mesh = ExtResource( 1 )
  26. material/0 = null
  27. [node name="stripes" type="MeshInstance" parent="Spatial"]
  28. transform = Transform( 1, 0, 0, 0, 1, 7.10543e-15, 0, -7.10543e-15, 1, 0, 0, 0 )
  29. mesh = ExtResource( 2 )
  30. material/0 = SubResource( 2 )
  31. [node name="Notebook" type="Spatial" parent="Spatial"]
  32. [node name="table" type="MeshInstance" parent="Spatial/Notebook"]
  33. transform = Transform( 1, 0, 0, 0, 1, 3.55271e-15, 0, -3.55271e-15, 1, 0, 0, 0 )
  34. mesh = ExtResource( 4 )
  35. material/0 = SubResource( 3 )
  36. [node name="lid" type="MeshInstance" parent="Spatial/Notebook"]
  37. mesh = ExtResource( 3 )
  38. material/0 = null
  39. [node name="notebook_base" type="MeshInstance" parent="Spatial/Notebook"]
  40. mesh = ExtResource( 5 )
  41. material/0 = null
  42. [node name="SpotLight" type="SpotLight" parent="Spatial/Notebook"]
  43. transform = Transform( 10, 0, 0, 0, -4.22618, -9.06308, 0, 9.06308, -4.22618, 0, -7.20177, 8.8536 )
  44. light_color = Color( 0.388235, 1, 0.396078, 1 )
  45. light_energy = 1.97
  46. spot_range = 0.1
  47. spot_attenuation = 3.36359
  48. spot_angle = 60.0