mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-05 12:21:17 +00:00
Chests and Loot Drops
This commit is contained in:
parent
8ec057faf7
commit
a2a18c69fc
20 changed files with 242 additions and 58 deletions
|
|
@ -1,10 +1,7 @@
|
|||
[gd_scene load_steps=10 format=4 uid="uid://pym646ug0ha6"]
|
||||
[gd_scene load_steps=7 format=4 uid="uid://pym646ug0ha6"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b2j00riayxkit" path="res://Scripts/Controllers/RogueliteRoom.cs" id="1_y5eok"]
|
||||
[ext_resource type="Resource" uid="uid://cc53bb6th33hi" path="res://Resources/RogueliteMaps/RGHorizontal1x1.tres" id="2_y5eok"]
|
||||
[ext_resource type="PackedScene" uid="uid://l84on3kv2s52" path="res://Scenes/Door_Horizontal.tscn" id="3_kf55v"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0k2grrc8xp1l" path="res://Scenes/Props/BigTank.tscn" id="4_rxusd"]
|
||||
[ext_resource type="PackedScene" uid="uid://bc64lr3vlwchq" path="res://Scenes/Door_Vertical.tscn" id="4_y5eok"]
|
||||
[ext_resource type="TileSet" uid="uid://6k28roiljylj" path="res://Tilesets/factory_tileset.tres" id="5_0c8ec"]
|
||||
[ext_resource type="Script" uid="uid://krean0uywtms" path="res://Scripts/TilemapAvoidance.cs" id="6_e2cwd"]
|
||||
|
||||
|
|
@ -22,9 +19,6 @@ size = Vector2(272, 85)
|
|||
process_mode = 1
|
||||
script = ExtResource("1_y5eok")
|
||||
RoomResource = ExtResource("2_y5eok")
|
||||
DoorPrefab = ExtResource("3_kf55v")
|
||||
VerticalDoorPrefab = ExtResource("4_y5eok")
|
||||
WallPrefab = ExtResource("4_rxusd")
|
||||
|
||||
[node name="Tilemaps" type="Node2D" parent="." groups=["navigation_polygon_source_geometry_group"]]
|
||||
|
||||
|
|
@ -75,4 +69,18 @@ collision_mask = 2
|
|||
position = Vector2(162, 94.5)
|
||||
shape = SubResource("RectangleShape2D_rlq0q")
|
||||
|
||||
[node name="Features" type="Node2D" parent="."]
|
||||
|
||||
[node name="Marker2D" type="Marker2D" parent="Features"]
|
||||
position = Vector2(24, 55)
|
||||
|
||||
[node name="Marker2D2" type="Marker2D" parent="Features"]
|
||||
position = Vector2(296, 135)
|
||||
|
||||
[node name="Marker2D3" type="Marker2D" parent="Features"]
|
||||
position = Vector2(295, 56)
|
||||
|
||||
[node name="Marker2D4" type="Marker2D" parent="Features"]
|
||||
position = Vector2(25, 136)
|
||||
|
||||
[connection signal="area_entered" from="PlayerEnterDetector" to="." method="OnRoomEntered"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue