123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- [gd_scene load_steps=10 format=2]
- [ext_resource path="res://exported_models/bakery_building.obj" type="ArrayMesh" id=1]
- [ext_resource path="res://exported_models/bakery_logo.obj" type="ArrayMesh" id=2]
- [ext_resource path="res://exported_models/bakery_blinker.obj" type="ArrayMesh" id=3]
- [ext_resource path="res://scripts/blinker.gd" type="Script" id=4]
- [ext_resource path="res://Human.tscn" type="PackedScene" id=5]
- [ext_resource path="res://scripts/Baker.gd" type="Script" id=6]
- [sub_resource type="BoxShape" id=1]
- [sub_resource type="SpatialMaterial" id=2]
- albedo_color = Color( 0, 0, 0, 1 )
- emission_enabled = true
- emission = Color( 0.529412, 0.27451, 0.701961, 1 )
- emission_energy = 3.0
- emission_operator = 0
- emission_on_uv2 = false
- [sub_resource type="SpatialMaterial" id=3]
- albedo_color = Color( 0, 0, 0, 1 )
- emission_enabled = true
- emission = Color( 0.701961, 0.27451, 0.494118, 1 )
- emission_energy = 3.0
- emission_operator = 0
- emission_on_uv2 = false
- [node name="Bakery" type="Spatial"]
- [node name="Spatial" type="Spatial" parent="."]
- transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0, 0, 0 )
- [node name="human" type="StaticBody" parent="Spatial"]
- [node name="CollisionShape" type="CollisionShape" parent="Spatial/human"]
- transform = Transform( 10.0759, 0, 0, 0, 7.08227, -7.03934e-07, 0, -7.03939e-07, 23.1864, 0, -11.6078, 28.8782 )
- shape = SubResource( 1 )
- [node name="MeshInstance" type="MeshInstance" parent="Spatial"]
- mesh = ExtResource( 1 )
- material/0 = null
- [node name="MeshInstance2" type="MeshInstance" parent="Spatial"]
- transform = Transform( 1, 0, 0, 0, 1, 7.10543e-15, 0, -7.10543e-15, 1, 0, 0, 0 )
- mesh = ExtResource( 2 )
- material/0 = SubResource( 2 )
- [node name="OmniLight" type="OmniLight" parent="Spatial/MeshInstance2"]
- transform = Transform( 10, 0, 0, 0, 10, 2.27374e-13, 0, -2.27374e-13, 10, -6.1744, -13.45, 26.1479 )
- light_color = Color( 0.737255, 0.223529, 1, 1 )
- omni_range = 0.1
- [node name="OmniLight2" type="OmniLight" parent="Spatial/MeshInstance2"]
- transform = Transform( 10, 0, 0, 0, 10, 2.27374e-13, 0, -2.27374e-13, 10, 3.20832, -13.45, 26.1479 )
- light_color = Color( 0.737255, 0.223529, 1, 1 )
- omni_range = 0.1
- [node name="MeshInstance3" type="MeshInstance" parent="Spatial"]
- transform = Transform( 1, 0, 0, 0, 1, 1.42109e-14, 0, -1.42109e-14, 1, 0, 0, 0 )
- mesh = ExtResource( 3 )
- material/0 = SubResource( 3 )
- script = ExtResource( 4 )
- [node name="OmniLight" type="OmniLight" parent="Spatial/MeshInstance3"]
- transform = Transform( 10, 0, 0, 0, 10, -1.12279e-07, 0, 1.12279e-07, 10, -6.1744, -13.45, 5.0276 )
- light_color = Color( 1, 0.223529, 0.898039, 1 )
- light_energy = 0.5
- omni_range = 0.1
- [node name="BAKER" parent="." instance=ExtResource( 5 )]
- script = ExtResource( 6 )
|