2020-07-16 23:33:41 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2020-07-13 20:52:10 +02:00
|
|
|
|
|
|
|
[ext_resource path="res://characters/SimpleCharacter.gd" type="Script" id=1]
|
2020-07-16 23:33:41 +02:00
|
|
|
[ext_resource path="res://player/CharacterSkeletonAttachPoint.gd" type="Script" id=2]
|
2020-07-13 20:52:10 +02:00
|
|
|
|
|
|
|
[node name="Character" type="CharacterSkeleton2D"]
|
2020-07-16 15:20:07 +02:00
|
|
|
entity_type = 1
|
|
|
|
attach_point_paths/0_left_hand = NodePath("LeftHand")
|
|
|
|
attach_point_paths/1_right_hand = NodePath("RightHand")
|
|
|
|
attach_point_paths/2_torso = NodePath("Torso")
|
|
|
|
attach_point_paths/3_root = NodePath("Root")
|
|
|
|
attach_point_paths/4_right_hip = NodePath("RightHip")
|
|
|
|
attach_point_paths/5_left_hip = NodePath("LeftHip")
|
|
|
|
attach_point_paths/6_spine_2 = NodePath("Spine2")
|
|
|
|
attach_point_paths/7_weapon_left = NodePath("WeaponLeft")
|
|
|
|
attach_point_paths/8_weapon_right = NodePath("WeaponRight")
|
|
|
|
attach_point_paths/9_weapon_left_back = NodePath("WeaponLeft")
|
|
|
|
attach_point_paths/10_weapon_right_back = NodePath("WeaponLeft")
|
|
|
|
attach_point_paths/11_weapon_shield_left = NodePath("WeaponLeft")
|
2020-07-13 20:52:10 +02:00
|
|
|
script = ExtResource( 1 )
|
2020-07-16 15:20:07 +02:00
|
|
|
|
|
|
|
[node name="LeftHand" type="Node2D" parent="."]
|
2020-07-16 23:33:41 +02:00
|
|
|
position = Vector2( 5.95948, 5.29732 )
|
|
|
|
z_index = 1
|
|
|
|
script = ExtResource( 2 )
|
2020-07-16 15:20:07 +02:00
|
|
|
|
|
|
|
[node name="RightHand" type="Node2D" parent="."]
|
2020-07-16 23:33:41 +02:00
|
|
|
position = Vector2( -6.0257, 5.2311 )
|
|
|
|
z_index = 1
|
|
|
|
script = ExtResource( 2 )
|
2020-07-16 15:20:07 +02:00
|
|
|
|
|
|
|
[node name="Torso" type="Node2D" parent="."]
|
2020-07-16 23:33:41 +02:00
|
|
|
position = Vector2( 0.0662193, 1.39054 )
|
|
|
|
z_index = 1
|
|
|
|
script = ExtResource( 2 )
|
2020-07-16 15:20:07 +02:00
|
|
|
|
|
|
|
[node name="Root" type="Node2D" parent="."]
|
2020-07-16 23:33:41 +02:00
|
|
|
position = Vector2( -0.0662155, 14.369 )
|
|
|
|
z_index = 1
|
|
|
|
script = ExtResource( 2 )
|
2020-07-16 15:20:07 +02:00
|
|
|
|
|
|
|
[node name="RightHip" type="Node2D" parent="."]
|
2020-07-16 23:33:41 +02:00
|
|
|
position = Vector2( -2.45001, 3.77434 )
|
|
|
|
z_index = 1
|
|
|
|
script = ExtResource( 2 )
|
2020-07-16 15:20:07 +02:00
|
|
|
|
|
|
|
[node name="LeftHip" type="Node2D" parent="."]
|
2020-07-16 23:33:41 +02:00
|
|
|
position = Vector2( 2.45001, 4.0392 )
|
|
|
|
z_index = 1
|
|
|
|
script = ExtResource( 2 )
|
2020-07-16 15:20:07 +02:00
|
|
|
|
|
|
|
[node name="Spine2" type="Node2D" parent="."]
|
2020-07-16 23:33:41 +02:00
|
|
|
position = Vector2( -0.132435, -1.98649 )
|
|
|
|
z_index = 1
|
|
|
|
script = ExtResource( 2 )
|
2020-07-16 15:20:07 +02:00
|
|
|
|
|
|
|
[node name="WeaponLeft" type="Node2D" parent="."]
|
2020-07-16 23:33:41 +02:00
|
|
|
position = Vector2( 6.09191, 5.2311 )
|
|
|
|
z_index = 1
|
|
|
|
script = ExtResource( 2 )
|
2020-07-16 15:20:07 +02:00
|
|
|
|
|
|
|
[node name="WeaponRight" type="Node2D" parent="."]
|
2020-07-16 23:33:41 +02:00
|
|
|
position = Vector2( -6.0257, 5.16488 )
|
|
|
|
z_index = 1
|
|
|
|
script = ExtResource( 2 )
|