[gd_scene load_steps=4 format=2] [ext_resource path="res://src/npc/GiveBook.gd" type="Script" id=1] [ext_resource path="res://src/npc/npc_spriteframes.tres" type="SpriteFrames" id=2] [sub_resource type="RectangleShape2D" id=2] extents = Vector2( 16, 16 ) [node name="BookNpc" type="StaticBody2D"] position = Vector2( 368, 240 ) script = ExtResource( 1 ) __meta__ = { "_edit_group_": true } [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource( 2 ) [node name="AnimatedSprite" type="AnimatedSprite" parent="."] frames = ExtResource( 2 ) animation = "old_man" playing = true