mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
26 lines
674 B
Plaintext
26 lines
674 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://player/DisplayPlayer.gd" type="Script" id=1]
|
|
|
|
[node name="DisplayPlayer" type="Entity" groups=[
|
|
"players",
|
|
]]
|
|
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_": ""
|
|
}
|