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