12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- [gd_scene load_steps=10 format=2]
- [ext_resource path="res://scripts/Head.gd" type="Script" id=1]
- [ext_resource path="res://exported_models/head_head.obj" type="ArrayMesh" id=2]
- [ext_resource path="res://exported_models/head_hair.obj" type="ArrayMesh" id=3]
- [ext_resource path="res://exported_models/head_eyes.obj" type="ArrayMesh" id=4]
- [ext_resource path="res://scripts/EPlace.gd" type="Script" id=5]
- [sub_resource type="SpatialMaterial" id=1]
- albedo_color = Color( 0.984314, 0.886275, 0.807843, 1 )
- [sub_resource type="SpatialMaterial" id=2]
- flags_vertex_lighting = true
- flags_do_not_receive_shadows = true
- flags_disable_ambient_light = true
- albedo_color = Color( 0, 0, 0, 1 )
- emission_enabled = true
- emission = Color( 0.666667, 0.301961, 0.752941, 1 )
- emission_energy = 1.82
- emission_operator = 0
- emission_on_uv2 = false
- [sub_resource type="SpatialMaterial" id=3]
- flags_vertex_lighting = true
- flags_do_not_receive_shadows = true
- flags_disable_ambient_light = true
- albedo_color = Color( 0, 0, 0, 1 )
- emission_enabled = true
- emission = Color( 0.772549, 0.796078, 0.368627, 1 )
- emission_energy = 1.44
- emission_operator = 0
- emission_on_uv2 = false
- [sub_resource type="CylinderShape" id=4]
- height = 1.98483
- [node name="Head" type="Spatial"]
- script = ExtResource( 1 )
- [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="head_head" type="MeshInstance" parent="Spatial"]
- mesh = ExtResource( 2 )
- material/0 = SubResource( 1 )
- [node name="head_hair" type="MeshInstance" parent="Spatial"]
- mesh = ExtResource( 3 )
- material/0 = SubResource( 2 )
- [node name="head_eyes" type="MeshInstance" parent="Spatial"]
- mesh = ExtResource( 4 )
- material/0 = SubResource( 3 )
- [node name="OmniLight4" type="OmniLight" parent="Spatial"]
- transform = Transform( 10, 0, 0, 0, 10, 2.84217e-13, 0, -2.84217e-13, 10, 5.61716, -0.795216, 24.629 )
- light_color = Color( 0.74902, 0.258824, 1, 1 )
- omni_range = 0.5
- [node name="OmniLight5" type="OmniLight" parent="Spatial"]
- transform = Transform( 10, 0, 0, 0, 10, 2.84217e-13, 0, -2.84217e-13, 10, -6.40646, -0.795216, 24.629 )
- light_color = Color( 0.74902, 0.258824, 1, 1 )
- omni_range = 0.5
- [node name="Head" type="StaticBody" parent="Spatial"]
- collision_layer = 5
- [node name="CollisionShape" type="CollisionShape" parent="Spatial/Head"]
- transform = Transform( 10.9021, 0, 0, 0, -5.49518e-07, -8.01943, 0, 12.5715, -3.50539e-07, 0, -6.24224e-07, 14.2806 )
- shape = SubResource( 4 )
- [node name="EPlace" type="Spatial" parent="."]
- transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 2.83708, 0 )
- script = ExtResource( 5 )
- size = 0.1
- [node name="CameraPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.195681, 2.56359, 3.59786 )
- [node name="ChatPlace" type="Spatial" parent="."]
- transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 2.96054, 0 )
|