16 lines
588 B
Text
16 lines
588 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://characters/PlayerCharacter.gd" type="Script" id=1]
|
|
[ext_resource path="res://characters/Char2_positioned.tscn" type="PackedScene" id=2]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 0.15, 0.3, 0.62 )
|
|
|
|
[node name="PlayerCharacter" type="KinematicBody"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 0, 0 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Char2_positioned" parent="." instance=ExtResource( 2 )]
|