11 lines
515 B
Plaintext
11 lines
515 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://biup0eej85fq2"]
|
|
|
|
[ext_resource type="Script" uid="uid://biu3sctw15ga" path="res://shared/npc/npc2D.gd" id="1_ucjfp"]
|
|
|
|
[node name="NPC" type="CharacterBody2D"]
|
|
script = ExtResource("1_ucjfp")
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
position = Vector2(7.215866, -0.5034294)
|
|
polygon = PackedVector2Array(-8.831272, -2.3390446, -5.7760534, -2.3993049, -4.0230684, 0.41277456, -5.8890305, 2.9948444, -8.862037, 2.9326901, -10.268076, 0.28495264)
|