mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
31 lines
895 B
Plaintext
31 lines
895 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://player/DisplayPlayer.gd" type="Script" id=1]
|
|
[ext_resource path="res://data/models/armature_model_orig_v2.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="DisplayPlayer" type="Entity" groups=[
|
|
"players",
|
|
]]
|
|
input_ray_pickable = false
|
|
collision_layer = 3
|
|
collision_mask = 3
|
|
character_skeleton_path = NodePath("Rotation_Helper/Model/character")
|
|
sseed = 9240987
|
|
cseed = 9240987
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Rotation_Helper" type="Spatial" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.960532, 0 )
|
|
__meta__ = {
|
|
"_editor_description_": ""
|
|
}
|
|
|
|
[node name="Model" type="Spatial" parent="Rotation_Helper"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.875205, 0 )
|
|
__meta__ = {
|
|
"_editor_description_": ""
|
|
}
|
|
|
|
[node name="character" parent="Rotation_Helper/Model" instance=ExtResource( 2 )]
|
|
use_threads = false
|