mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2024-11-09 08:49:05 +00:00
24 lines
892 B
Text
24 lines
892 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://assets/creatures/arche/character_arche.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://assets/creatures/arche/player_arche.gd" type="Script" id=2]
|
|
[ext_resource path="res://assets/creatures/arche/character_arche.gd" type="Script" id=3]
|
|
|
|
[node name="spatial" type="Spatial"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="character" parent="." instance=ExtResource( 1 )]
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="spring_arm" type="Spatial" parent="character"]
|
|
|
|
[node name="camera_tps" type="Camera" parent="character/spring_arm"]
|
|
transform = Transform( 1, 0, 0, 0, 0.944077, 0.329724, 0, -0.329724, 0.944077, 0, 2.4017, 2.25811 )
|
|
current = true
|
|
near = 0.01
|
|
far = 100000.0
|
|
|
|
[node name="camera_fps" type="Camera" parent="character/spring_arm"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.90314, 0 )
|
|
near = 0.01
|
|
far = 100000.0
|