20 lines
712 B
Plaintext
20 lines
712 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://cppmks4ln28yd"]
|
||
|
|
||
|
[ext_resource type="Texture2D" uid="uid://p3urintydjlo" path="res://assets/attacker.svg" id="1_56wxx"]
|
||
|
[ext_resource type="Script" path="res://scripts/attacker.gd" id="1_d7hg4"]
|
||
|
|
||
|
[node name="Attacker" type="CharacterBody2D"]
|
||
|
collision_layer = 2
|
||
|
collision_mask = 7
|
||
|
script = ExtResource("1_d7hg4")
|
||
|
|
||
|
[node name="AttackerSprite" type="Sprite2D" parent="."]
|
||
|
position = Vector2(5.96046e-08, -12)
|
||
|
scale = Vector2(0.1, 0.1)
|
||
|
texture = ExtResource("1_56wxx")
|
||
|
|
||
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
||
|
position = Vector2(3.55271e-15, -12)
|
||
|
scale = Vector2(0.2, 0.2)
|
||
|
polygon = PackedVector2Array(2.08165e-12, -222, -256, 222, 256, 222)
|