12 lines
460 B
Plaintext
12 lines
460 B
Plaintext
[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")
|