2021-07-15 00:42:26 +02:00
|
|
|
[gd_scene load_steps=4 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://testsave.png" type="Texture" id=1]
|
|
|
|
[ext_resource path="res://characters/CharacterSprite.gd" type="Script" id=2]
|
|
|
|
[ext_resource path="res://characters/SheetCharacter.gd" type="Script" id=3]
|
|
|
|
|
|
|
|
[node name="SheetCharacter" type="CharacterSkeleton2D"]
|
2021-09-06 19:30:23 +02:00
|
|
|
entity_type = 1
|
|
|
|
attach_point_paths/0_left_hand = NodePath("")
|
|
|
|
attach_point_paths/1_right_hand = NodePath("")
|
|
|
|
attach_point_paths/2_torso = NodePath("")
|
|
|
|
attach_point_paths/3_root = NodePath("")
|
|
|
|
attach_point_paths/4_right_hip = NodePath("")
|
|
|
|
attach_point_paths/5_left_hip = NodePath("")
|
|
|
|
attach_point_paths/6_spine_2 = NodePath("")
|
|
|
|
attach_point_paths/7_weapon_left = NodePath("")
|
|
|
|
attach_point_paths/8_weapon_right = NodePath("")
|
|
|
|
attach_point_paths/9_weapon_left_back = NodePath("")
|
|
|
|
attach_point_paths/10_weapon_right_back = NodePath("")
|
|
|
|
attach_point_paths/11_weapon_shield_left = NodePath("")
|
2021-07-15 00:42:26 +02:00
|
|
|
script = ExtResource( 3 )
|
2021-07-15 01:13:19 +02:00
|
|
|
sprite_path = NodePath("CharacterSprite")
|
2021-07-15 00:42:26 +02:00
|
|
|
|
|
|
|
[node name="CharacterSprite" type="Sprite" parent="."]
|
|
|
|
position = Vector2( 0, -11.906 )
|
|
|
|
texture = ExtResource( 1 )
|
|
|
|
hframes = 16
|
|
|
|
vframes = 16
|
|
|
|
script = ExtResource( 2 )
|
2021-07-15 01:13:19 +02:00
|
|
|
timer = 0.07
|