Security.tscn 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. [gd_scene load_steps=6 format=2]
  2. [ext_resource path="res://scripts/Security.gd" type="Script" id=1]
  3. [ext_resource path="res://human_visual.tscn" type="PackedScene" id=2]
  4. [ext_resource path="res://exported_models/human_antlers.obj" type="ArrayMesh" id=3]
  5. [ext_resource path="res://scripts/EPlace.gd" type="Script" id=5]
  6. [sub_resource type="SpatialMaterial" id=1]
  7. albedo_color = Color( 0, 0, 0, 1 )
  8. emission_enabled = true
  9. emission = Color( 0.678431, 0.494118, 0.2, 1 )
  10. emission_energy = 3.0
  11. emission_operator = 0
  12. emission_on_uv2 = false
  13. [node name="Human" type="Spatial"]
  14. script = ExtResource( 1 )
  15. [node name="Spatial" parent="." instance=ExtResource( 2 )]
  16. [node name="Antlers" type="MeshInstance" parent="Spatial"]
  17. mesh = ExtResource( 3 )
  18. material/0 = SubResource( 1 )
  19. [node name="CameraPlace" type="Spatial" parent="."]
  20. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.43166, 2.3479 )
  21. [node name="EPlace" type="Spatial" parent="."]
  22. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.497825, 1.80822, 0.173161 )
  23. script = ExtResource( 5 )
  24. [node name="DonutPlace" type="Spatial" parent="."]
  25. transform = Transform( 0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0, 1.02377, 0.956685 )