blob: c4eb0d9d07874b56664722d74734a52cdde4a6e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[gd_scene format=3 uid="uid://cg808l58igcrq"]
[ext_resource type="Script" uid="uid://cml2xy7flhfn6" path="res://scripts/Enemy.cs" id="1_4gyqm"]
[ext_resource type="Texture2D" uid="uid://mxuhmaj6nqfw" path="res://2D Pixel Dungeon Asset Pack/Character_animation/monsters_idle/vampire/v2/vampire_v2_1.png" id="2_qi2p4"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ovjgd"]
size = Vector2(12, 14)
[node name="Enemy" type="CharacterBody2D" unique_id=575877799]
collision_layer = 4
collision_mask = 7
script = ExtResource("1_4gyqm")
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=2046016517]
texture = ExtResource("2_qi2p4")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1799666271]
shape = SubResource("RectangleShape2D_ovjgd")
|