12345678910111213141516171819202122232425262728293031323334 |
- [gd_scene load_steps=6 format=2]
- [ext_resource path="res://scripts/Security.gd" type="Script" id=1]
- [ext_resource path="res://human_visual.tscn" type="PackedScene" id=2]
- [ext_resource path="res://exported_models/human_antlers.obj" type="ArrayMesh" id=3]
- [ext_resource path="res://scripts/EPlace.gd" type="Script" id=5]
- [sub_resource type="SpatialMaterial" id=1]
- albedo_color = Color( 0, 0, 0, 1 )
- emission_enabled = true
- emission = Color( 0.678431, 0.494118, 0.2, 1 )
- emission_energy = 3.0
- emission_operator = 0
- emission_on_uv2 = false
- [node name="Human" type="Spatial"]
- script = ExtResource( 1 )
- [node name="Spatial" parent="." instance=ExtResource( 2 )]
- [node name="Antlers" type="MeshInstance" parent="Spatial"]
- mesh = ExtResource( 3 )
- material/0 = SubResource( 1 )
- [node name="CameraPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.43166, 2.3479 )
- [node name="EPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.497825, 1.80822, 0.173161 )
- script = ExtResource( 5 )
- [node name="DonutPlace" type="Spatial" parent="."]
- transform = Transform( 0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0, 1.02377, 0.956685 )
|