|
- [gd_scene load_steps=5 format=2]
-
- [ext_resource path="res://jrpg/models/chars/Casual2_Female.glb" type="PackedScene" id=1]
- [ext_resource path="res://jrpg/scripts/entities/camera/camera_orbit.gd" type="Script" id=3]
- [ext_resource path="res://jrpg/scripts/entities/player.gd" type="Script" id=4]
-
- [sub_resource type="CapsuleShape" id=1]
- radius = 0.5
-
- [node name="Player" type="KinematicBody"]
- script = ExtResource( 4 )
-
- [node name="Casual2_Female" parent="." instance=ExtResource( 1 )]
- transform = Transform( 0.659486, 0, 0, 0, 0.659486, 0, 0, 0, 0.659486, 0, 0, 0 )
-
- [node name="CollisionShape" type="CollisionShape" parent="."]
- transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 1, 0 )
- shape = SubResource( 1 )
-
- [node name="CameraOrbit" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0 )
- script = ExtResource( 3 )
-
- [node name="Camera" type="Camera" parent="CameraOrbit"]
- transform = Transform( -1, 0, -3.25841e-07, 0, 1, 0, 3.25841e-07, 0, -1, -1, 1, -5 )
- current = true
-
- [node name="InteractRayCast" type="RayCast" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.3, 1, 0.2 )
- enabled = true
- cast_to = Vector3( 0, 0, 1.7 )
-
- [editable path="Casual2_Female"]
|