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