Human.tscn 635 B

123456789101112131415161718
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://scripts/Human.gd" type="Script" id=1]
  3. [ext_resource path="res://human_visual.tscn" type="PackedScene" id=2]
  4. [ext_resource path="res://scripts/EPlace.gd" type="Script" id=5]
  5. [node name="Human" type="Spatial"]
  6. script = ExtResource( 1 )
  7. [node name="Spatial" parent="." instance=ExtResource( 2 )]
  8. [node name="CameraPlace" type="Spatial" parent="."]
  9. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.43166, 1.88859 )
  10. [node name="EPlace" type="Spatial" parent="."]
  11. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.559617, 1.09346, 0.672202 )
  12. script = ExtResource( 5 )