2019-12-20 14:28:26 +01:00
|
|
|
[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",
|
|
|
|
]]
|
2020-01-04 04:16:52 +01:00
|
|
|
body_path = NodePath("KinematicBody2D")
|
|
|
|
character_skeleton_path = NodePath("KinematicBody2D/Rotation_Helper/Model")
|
2019-12-20 14:28:26 +01:00
|
|
|
sseed = 9240987
|
|
|
|
cseed = 9240987
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2020-01-04 04:16:52 +01:00
|
|
|
[node name="KinematicBody2D" type="KinematicBody2D" parent="."]
|
|
|
|
|
|
|
|
[node name="Rotation_Helper" type="Spatial" parent="KinematicBody2D"]
|
2019-12-20 14:28:26 +01:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.960532, 0 )
|
|
|
|
__meta__ = {
|
|
|
|
"_editor_description_": ""
|
|
|
|
}
|
|
|
|
|
2020-01-04 04:16:52 +01:00
|
|
|
[node name="Model" type="Spatial" parent="KinematicBody2D/Rotation_Helper"]
|
2019-12-20 14:28:26 +01:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.875205, 0 )
|
|
|
|
__meta__ = {
|
|
|
|
"_editor_description_": ""
|
|
|
|
}
|