23 lines
875 B
Text
23 lines
875 B
Text
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://assets/creatures/raference/raference.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://scenes/player/creature_raference.gd" type="Script" id=2]
|
||
|
|
||
|
[sub_resource type="CylinderShape" id=1]
|
||
|
radius = 0.2
|
||
|
height = 0.1
|
||
|
|
||
|
[node name="spatial" type="KinematicBody"]
|
||
|
script = ExtResource( 2 )
|
||
|
|
||
|
[node name="collision_shape" type="CollisionShape" parent="."]
|
||
|
shape = SubResource( 1 )
|
||
|
|
||
|
[node name="body" parent="collision_shape" instance=ExtResource( 1 )]
|
||
|
|
||
|
[node name="camera_tps" type="Camera" parent="."]
|
||
|
transform = Transform( -1, 8.74228e-08, -5.0822e-21, 8.74228e-08, 1, -8.74228e-08, -7.64274e-15, -8.74228e-08, -1, 0, 1.23455, -1.8659 )
|
||
|
|
||
|
[node name="camera_fps" type="Camera" parent="."]
|
||
|
transform = Transform( -1, 8.74228e-08, 0, 8.74228e-08, 1, -8.74228e-08, -7.64274e-15, -8.74228e-08, -1, 0, 1.5747, 0.453716 )
|