This commit is contained in:
MaddoScientisto 2025-03-26 23:13:35 +01:00
commit 730594666f
7 changed files with 118 additions and 8 deletions

Binary file not shown.

Binary file not shown.

BIN
ExternalMaterial/Shelf/Shelf.png (Stored with Git LFS)

Binary file not shown.

View file

@ -594,7 +594,7 @@ position = Vector2(-504, 912)
Targets = [NodePath("../Elevator2")]
[node name="Shelf" parent="Tilemaps/Actors" instance=ExtResource("40_sb7g3")]
position = Vector2(-225, 154)
position = Vector2(-261, 157)
[node name="ControlPad8" parent="Tilemaps/Actors" node_paths=PackedStringArray("Targets") instance=ExtResource("16_s23f3")]
position = Vector2(-500, 727)

File diff suppressed because one or more lines are too long

View file

@ -6,3 +6,4 @@
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_nt0bt")
hframes = 8

View file

@ -13,7 +13,9 @@ public partial class TilemapAvoidance : TileMapLayer
public override void _Ready()
{
//NavigationServer2D.MapSetEdgeConnectionMargin(this.TileSet.GetRid(), 0f);
_ = RefreshNavigationAsync();
}
private async Task RefreshNavigationAsync()