Bakery.tscn 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. [gd_scene load_steps=10 format=2]
  2. [ext_resource path="res://exported_models/bakery_building.obj" type="ArrayMesh" id=1]
  3. [ext_resource path="res://exported_models/bakery_logo.obj" type="ArrayMesh" id=2]
  4. [ext_resource path="res://exported_models/bakery_blinker.obj" type="ArrayMesh" id=3]
  5. [ext_resource path="res://scripts/blinker.gd" type="Script" id=4]
  6. [ext_resource path="res://Human.tscn" type="PackedScene" id=5]
  7. [ext_resource path="res://scripts/Baker.gd" type="Script" id=6]
  8. [sub_resource type="BoxShape" id=1]
  9. [sub_resource type="SpatialMaterial" id=2]
  10. albedo_color = Color( 0, 0, 0, 1 )
  11. emission_enabled = true
  12. emission = Color( 0.529412, 0.27451, 0.701961, 1 )
  13. emission_energy = 3.0
  14. emission_operator = 0
  15. emission_on_uv2 = false
  16. [sub_resource type="SpatialMaterial" id=3]
  17. albedo_color = Color( 0, 0, 0, 1 )
  18. emission_enabled = true
  19. emission = Color( 0.701961, 0.27451, 0.494118, 1 )
  20. emission_energy = 3.0
  21. emission_operator = 0
  22. emission_on_uv2 = false
  23. [node name="Bakery" type="Spatial"]
  24. [node name="Spatial" type="Spatial" parent="."]
  25. transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0, 0, 0 )
  26. [node name="human" type="StaticBody" parent="Spatial"]
  27. [node name="CollisionShape" type="CollisionShape" parent="Spatial/human"]
  28. transform = Transform( 10.0759, 0, 0, 0, 7.08227, -7.03934e-07, 0, -7.03939e-07, 23.1864, 0, -11.6078, 28.8782 )
  29. shape = SubResource( 1 )
  30. [node name="MeshInstance" type="MeshInstance" parent="Spatial"]
  31. mesh = ExtResource( 1 )
  32. material/0 = null
  33. [node name="MeshInstance2" type="MeshInstance" parent="Spatial"]
  34. transform = Transform( 1, 0, 0, 0, 1, 7.10543e-15, 0, -7.10543e-15, 1, 0, 0, 0 )
  35. mesh = ExtResource( 2 )
  36. material/0 = SubResource( 2 )
  37. [node name="OmniLight" type="OmniLight" parent="Spatial/MeshInstance2"]
  38. transform = Transform( 10, 0, 0, 0, 10, 2.27374e-13, 0, -2.27374e-13, 10, -6.1744, -13.45, 26.1479 )
  39. light_color = Color( 0.737255, 0.223529, 1, 1 )
  40. omni_range = 0.1
  41. [node name="OmniLight2" type="OmniLight" parent="Spatial/MeshInstance2"]
  42. transform = Transform( 10, 0, 0, 0, 10, 2.27374e-13, 0, -2.27374e-13, 10, 3.20832, -13.45, 26.1479 )
  43. light_color = Color( 0.737255, 0.223529, 1, 1 )
  44. omni_range = 0.1
  45. [node name="MeshInstance3" type="MeshInstance" parent="Spatial"]
  46. transform = Transform( 1, 0, 0, 0, 1, 1.42109e-14, 0, -1.42109e-14, 1, 0, 0, 0 )
  47. mesh = ExtResource( 3 )
  48. material/0 = SubResource( 3 )
  49. script = ExtResource( 4 )
  50. [node name="OmniLight" type="OmniLight" parent="Spatial/MeshInstance3"]
  51. transform = Transform( 10, 0, 0, 0, 10, -1.12279e-07, 0, 1.12279e-07, 10, -6.1744, -13.45, 5.0276 )
  52. light_color = Color( 1, 0.223529, 0.898039, 1 )
  53. light_energy = 0.5
  54. omni_range = 0.1
  55. [node name="BAKER" parent="." instance=ExtResource( 5 )]
  56. script = ExtResource( 6 )