Files
kicking-high/proto3/godot/ui/quest_indicator.tscn
2020-04-15 12:16:14 +03:00

11 lines
339 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://ui/textures/minimapIcon_exclamationRed.png" type="Texture" id=1]
[ext_resource path="res://ui/quest_indicator.gd" type="Script" id=2]
[node name="quest_indicator" type="Node2D"]
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )