9 lines
353 B
Text
9 lines
353 B
Text
[gd_scene load_steps=3 format=3 uid="uid://6ws803s4tnhy"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bhxwkp0e2me1u" path="res://icon.png" id="1_6td5b"]
|
|
[ext_resource type="Script" path="res://scripts/icon.gd" id="2_hmv6m"]
|
|
|
|
[node name="Icon" type="Sprite2D"]
|
|
position = Vector2(577, 294)
|
|
texture = ExtResource("1_6td5b")
|
|
script = ExtResource("2_hmv6m")
|