17 lines
647 B
Plaintext
17 lines
647 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bqiniro3w8jom"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://8iyfaq0a52a2" path="res://Abilities/Sword/Sword.png" id="1_0u6wf"]
|
|
[ext_resource type="Script" uid="uid://dgcyfw7bpt67q" path="res://Abilities/Sword/Sword.cs" id="1_aoixy"]
|
|
|
|
[node name="Sword" type="Area2D"]
|
|
script = ExtResource("1_aoixy")
|
|
|
|
[node name="Sprite" type="Sprite2D" parent="."]
|
|
position = Vector2(9, -4.7683716e-07)
|
|
rotation = 2.3561945
|
|
texture = ExtResource("1_0u6wf")
|
|
|
|
[node name="Collision" type="CollisionPolygon2D" parent="."]
|
|
position = Vector2(0, -7.5)
|
|
polygon = PackedVector2Array(21, 7.5, 18, 10.5, 6, 10.5, 6, 4.5, 18, 4.5)
|