Finished working on the minimap system for the test level, shows pawns, enemy and friendly traps, and unfinished 'items'

This commit is contained in:
2026-01-19 00:46:32 -05:00
parent bc48e9cea2
commit b69691c186
26 changed files with 375 additions and 26 deletions

View File

@@ -0,0 +1,11 @@
[gd_scene load_steps=3 format=3 uid="uid://gchb44afbosa"]
[ext_resource type="Script" uid="uid://cnrxwj03j5rw3" path="res://scripts/map_marker.gd" id="1_kw26n"]
[ext_resource type="Texture2D" uid="uid://c6wke2vs8rfyd" path="res://visuals/images/icons/friendly_trap_marker.png" id="2_rgmxc"]
[node name="FriendlyTrapMarker" type="Node3D"]
script = ExtResource("1_kw26n")
[node name="Sprite3D" type="Sprite3D" parent="."]
axis = 1
texture = ExtResource("2_rgmxc")