Finished working on the minimap system for the test level, shows pawns, enemy and friendly traps, and unfinished 'items'
This commit is contained in:
11
templates/markers/enemy_trap_marker.tscn
Normal file
11
templates/markers/enemy_trap_marker.tscn
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bn1dl7sexxcog"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cnrxwj03j5rw3" path="res://scripts/map_marker.gd" id="1_1gvyj"]
|
||||
[ext_resource type="Texture2D" uid="uid://bdo6instl47uf" path="res://visuals/images/icons/enemy_trap_marker.png" id="2_43sjg"]
|
||||
|
||||
[node name="EnemyTrapMarker" type="Node3D"]
|
||||
script = ExtResource("1_1gvyj")
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
axis = 1
|
||||
texture = ExtResource("2_43sjg")
|
||||
11
templates/markers/friendly_trap_marker.tscn
Normal file
11
templates/markers/friendly_trap_marker.tscn
Normal 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")
|
||||
11
templates/markers/item_marker.tscn
Normal file
11
templates/markers/item_marker.tscn
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c7eca16u6brh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cnrxwj03j5rw3" path="res://scripts/map_marker.gd" id="1_3oank"]
|
||||
[ext_resource type="Texture2D" uid="uid://cwcbb81pte2jc" path="res://visuals/images/icons/item_marker.png" id="2_pnwq7"]
|
||||
|
||||
[node name="ItemMarker" type="Node3D"]
|
||||
script = ExtResource("1_3oank")
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
axis = 1
|
||||
texture = ExtResource("2_pnwq7")
|
||||
11
templates/markers/pawn_marker.tscn
Normal file
11
templates/markers/pawn_marker.tscn
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://2fulq4e0q1n2"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cnrxwj03j5rw3" path="res://scripts/map_marker.gd" id="1_7mb27"]
|
||||
[ext_resource type="Texture2D" uid="uid://co81os2o2bn28" path="res://visuals/images/icons/pawn_marker.png" id="2_cp67f"]
|
||||
|
||||
[node name="PawnMarker" type="Node3D"]
|
||||
script = ExtResource("1_7mb27")
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
axis = 1
|
||||
texture = ExtResource("2_cp67f")
|
||||
Reference in New Issue
Block a user