Added Map; Added Spawners; Changed Decorations; Cleaned up Code and some Settings; Added Enemy

This commit is contained in:
Exobyt 2024-09-14 19:34:17 +02:00
parent e82438139f
commit e18beb6c4c
160 changed files with 4674 additions and 182 deletions

View file

@ -1,14 +1,25 @@
[gd_scene load_steps=3 format=3 uid="uid://sgnp11xty7i1"]
[gd_scene load_steps=4 format=3 uid="uid://sgnp11xty7i1"]
[ext_resource type="Script" path="res://scenes/game/collectionArea/collection_area.gd" id="1_c4amf"]
[ext_resource type="Texture2D" uid="uid://caaj6cyrfglu5" path="res://Assets/CollectionZone.png" id="2_4nokb"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_1qvdj"]
size = Vector2(96, 96)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_e58ei"]
size = Vector2(136, 136)
[node name="CollectionArea" type="Area2D"]
collision_layer = 8
collision_mask = 4
light_mask = 32
visibility_layer = 32
collision_layer = 32
collision_mask = 16
script = ExtResource("1_c4amf")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_1qvdj")
shape = SubResource("RectangleShape2D_e58ei")
[node name="NavigationObstacle2D" type="NavigationObstacle2D" parent="."]
scale = Vector2(0.997855, 1)
vertices = PackedVector2Array(-32.0688, -32, 32.0688, -32, 32.0688, 32, -32.0688, 32)
avoidance_layers = 32
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_4nokb")