Girl.tscn 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. [gd_scene load_steps=10 format=2]
  2. [ext_resource path="res://scripts/Girl.gd" type="Script" id=1]
  3. [ext_resource path="res://exported_models/girl_robes.obj" type="ArrayMesh" id=2]
  4. [ext_resource path="res://human_robemat.tres" type="Material" id=3]
  5. [ext_resource path="res://exported_models/girl_face.obj" type="ArrayMesh" id=4]
  6. [ext_resource path="res://exported_models/girl_eyes.obj" type="ArrayMesh" id=5]
  7. [ext_resource path="res://human_eyemat.tres" type="Material" id=6]
  8. [ext_resource path="res://scripts/EPlace.gd" type="Script" id=7]
  9. [ext_resource path="res://scripts/Cloak.gd" type="Script" id=8]
  10. [sub_resource type="CapsuleShape" id=1]
  11. [node name="Girl" type="Spatial"]
  12. script = ExtResource( 1 )
  13. [node name="Spatial" type="Spatial" parent="."]
  14. transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0, 0, 0 )
  15. [node name="human_robes" type="MeshInstance" parent="Spatial"]
  16. transform = Transform( 1, 0, 0, 0, 1, 7.10543e-15, 0, -7.10543e-15, 1, 0, 0, 0 )
  17. mesh = ExtResource( 2 )
  18. material/0 = ExtResource( 3 )
  19. script = ExtResource( 8 )
  20. [node name="OmniLight" type="OmniLight" parent="Spatial"]
  21. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -13, 30 )
  22. visible = false
  23. omni_range = 31.7067
  24. [node name="OmniLight2" type="OmniLight" parent="Spatial"]
  25. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 5.05298, 16.228, 30 )
  26. visible = false
  27. omni_range = 31.7067
  28. [node name="human_face" type="MeshInstance" parent="Spatial"]
  29. mesh = ExtResource( 4 )
  30. material/0 = null
  31. [node name="eyes" type="MeshInstance" parent="Spatial"]
  32. transform = Transform( 1, 0, 0, 0, 1, 3.55271e-15, 0, -3.55271e-15, 1, 0, 0, 0 )
  33. mesh = ExtResource( 5 )
  34. material/0 = ExtResource( 6 )
  35. [node name="OmniLight3" type="OmniLight" parent="Spatial"]
  36. transform = Transform( 10, 0, 0, 0, 10, 7.10543e-13, 0, -7.10543e-13, 10, 0.662763, -4.71408, 9.32545 )
  37. light_color = Color( 0.784314, 0.784314, 0.352941, 1 )
  38. light_energy = 0.2
  39. omni_range = 0.1
  40. [node name="OmniLight5" type="OmniLight" parent="Spatial"]
  41. transform = Transform( 10, 0, 0, 0, 10, 7.95808e-13, 0, -7.95808e-13, 10, -1.35707, -4.71408, 9.32545 )
  42. light_color = Color( 0.784314, 0.784314, 0.352941, 1 )
  43. light_energy = 0.2
  44. omni_range = 0.1
  45. [node name="human" type="StaticBody" parent="Spatial"]
  46. collision_layer = 5
  47. [node name="CollisionShape" type="CollisionShape" parent="Spatial/human"]
  48. transform = Transform( 4, 0, 0, 0, 4, 6.6775e-08, 0, -3.81571e-08, 7, 0, -3.09866, 7.706 )
  49. shape = SubResource( 1 )
  50. [node name="CameraPlace" type="Spatial" parent="."]
  51. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.00693, 1.51239 )
  52. [node name="EPlace" type="Spatial" parent="."]
  53. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.64757, 0.366059 )
  54. script = ExtResource( 7 )