Basic-action-tpv/character.tscn

19 lines
635 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://character.gd" type="Script" id=1]
[ext_resource path="res://testman.tscn" type="PackedScene" id=2]
[sub_resource type="BoxShape" id=1]
[node name="character" type="KinematicBody"]
script = ExtResource( 1 )
[node name="camera" type="Position3D" parent="."]
transform = Transform( 1, 0, 0, 0, 0.958606, 0.284735, 0, -0.284735, 0.958606, 0, 1.381, 3.22 )
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 0.4, 0, 0, 0, 1, 0, 0, 0, 0.4, 0, -0.477703, 0 )
shape = SubResource( 1 )
[node name="testman" parent="." instance=ExtResource( 2 )]