✨ Enemy and nest
This commit is contained in:
19
Scenes/Tiles/EnemyNest.tscn
Normal file
19
Scenes/Tiles/EnemyNest.tscn
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dup2su0s3ybcy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://26hl5mk4mqur" path="res://Scripts/Tiles/EnemyNestTile.cs" id="1_4g0ff"]
|
||||
[ext_resource type="Texture2D" uid="uid://vwfs68ftvjr4" path="res://Scenes/Tiles/EnemyNest.jpg" id="1_id484"]
|
||||
[ext_resource type="PackedScene" uid="uid://b3ffcucytwmk" path="res://Scenes/Entities/Enemy.tscn" id="2_pka71"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_id484"]
|
||||
size = Vector2(54, 54)
|
||||
|
||||
[node name="EnemyNest" type="CharacterBody2D"]
|
||||
script = ExtResource("1_4g0ff")
|
||||
EnemyScene = ExtResource("2_pka71")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
scale = Vector2(0.056, 0.056)
|
||||
texture = ExtResource("1_id484")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_id484")
|
Reference in New Issue
Block a user