broken_seals_roguelike/game/characters/SimpleCharacter.tscn

66 lines
2.0 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=2]
[ext_resource path="res://characters/SimpleCharacter.gd" type="Script" id=1]
[ext_resource path="res://player/CharacterSkeletonAttachPoint.gd" type="Script" id=2]
[node name="Character" type="CharacterSkeleton2D"]
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")
script = ExtResource( 1 )
[node name="LeftHand" type="Node2D" parent="."]
position = Vector2( 5.95948, 5.29732 )
z_index = 1
script = ExtResource( 2 )
[node name="RightHand" type="Node2D" parent="."]
position = Vector2( -6.0257, 5.2311 )
z_index = 1
script = ExtResource( 2 )
[node name="Torso" type="Node2D" parent="."]
position = Vector2( 0.0662193, 1.39054 )
z_index = 1
script = ExtResource( 2 )
[node name="Root" type="Node2D" parent="."]
position = Vector2( -0.0662155, 14.369 )
z_index = 1
script = ExtResource( 2 )
[node name="RightHip" type="Node2D" parent="."]
position = Vector2( -2.45001, 3.77434 )
z_index = 1
script = ExtResource( 2 )
[node name="LeftHip" type="Node2D" parent="."]
position = Vector2( 2.45001, 4.0392 )
z_index = 1
script = ExtResource( 2 )
[node name="Spine2" type="Node2D" parent="."]
position = Vector2( -0.132435, -1.98649 )
z_index = 1
script = ExtResource( 2 )
[node name="WeaponLeft" type="Node2D" parent="."]
position = Vector2( 6.09191, 5.2311 )
z_index = 1
script = ExtResource( 2 )
[node name="WeaponRight" type="Node2D" parent="."]
position = Vector2( -6.0257, 5.16488 )
z_index = 1
script = ExtResource( 2 )