mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-29 22:51:16 +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://bon3ay27r54tw"]
|
||||
[gd_scene load_steps=7 format=4 uid="uid://bon3ay27r54tw"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b2j00riayxkit" path="res://Scripts/Controllers/RogueliteRoom.cs" id="1_0pyb7"]
|
||||
[ext_resource type="Resource" uid="uid://cb7gk278lmicd" path="res://Resources/RogueliteMaps/Lab2x1_1.tres" id="2_0pyb7"]
|
||||
[ext_resource type="PackedScene" uid="uid://l84on3kv2s52" path="res://Scenes/Door_Horizontal.tscn" id="3_8uhw6"]
|
||||
[ext_resource type="PackedScene" uid="uid://bc64lr3vlwchq" path="res://Scenes/Door_Vertical.tscn" id="4_0pyb7"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0k2grrc8xp1l" path="res://Scenes/Props/BigTank.tscn" id="4_gq82i"]
|
||||
[ext_resource type="TileSet" uid="uid://6k28roiljylj" path="res://Tilesets/factory_tileset.tres" id="5_xmtgx"]
|
||||
[ext_resource type="Script" uid="uid://krean0uywtms" path="res://Scripts/TilemapAvoidance.cs" id="6_k6m50"]
|
||||
|
||||
|
|
@ -22,9 +19,6 @@ size = Vector2(591, 85)
|
|||
process_mode = 1
|
||||
script = ExtResource("1_0pyb7")
|
||||
RoomResource = ExtResource("2_0pyb7")
|
||||
DoorPrefab = ExtResource("3_8uhw6")
|
||||
VerticalDoorPrefab = ExtResource("4_0pyb7")
|
||||
WallPrefab = ExtResource("4_gq82i")
|
||||
metadata/test_scene = "res://Scenes/Maps/Roguelike.tscn"
|
||||
|
||||
[node name="Tilemaps" type="Node2D" parent="." groups=["navigation_polygon_source_geometry_group"]]
|
||||
|
|
@ -76,4 +70,18 @@ collision_mask = 2
|
|||
position = Vector2(321.5, 94.5)
|
||||
shape = SubResource("RectangleShape2D_wtdf1")
|
||||
|
||||
[node name="Features" type="Node2D" parent="."]
|
||||
|
||||
[node name="Marker2D" type="Marker2D" parent="Features"]
|
||||
position = Vector2(293, 56)
|
||||
|
||||
[node name="Marker2D2" type="Marker2D" parent="Features"]
|
||||
position = Vector2(25, 135)
|
||||
|
||||
[node name="Marker2D3" type="Marker2D" parent="Features"]
|
||||
position = Vector2(24.4554, 57.8303)
|
||||
|
||||
[node name="Marker2D4" type="Marker2D" parent="Features"]
|
||||
position = Vector2(292, 134)
|
||||
|
||||
[connection signal="area_entered" from="PlayerEnterDetector" to="." method="OnRoomEntered"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue