|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- [gd_scene load_steps=7 format=2]
-
- [ext_resource path="res://jrpg/models/chars/Casual2_Female.glb" type="PackedScene" id=1]
- [ext_resource path="res://jrpg/scripts/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
-
- [sub_resource type="CapsuleShape" id=2]
- radius = 0.628143
- height = 0.985831
-
- [sub_resource type="SphereShape" id=3]
-
- [node name="Player" type="KinematicBody" groups=[
- "Player",
- ]]
- 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
- far = 329.0
-
- [node name="TouchableArea" type="Area" parent="."]
-
- [node name="CollisionShape" type="CollisionShape" parent="TouchableArea"]
- transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 1.12047, 0 )
- shape = SubResource( 2 )
-
- [node name="InteractorArea" type="Area" parent="."]
-
- [node name="CollisionShape" type="CollisionShape" parent="InteractorArea"]
- transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 1.12047, 0.99678 )
- shape = SubResource( 3 )
-
- [editable path="Casual2_Female"]
|