16 lines
528 B
Plaintext
16 lines
528 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://yo336l0oucfq"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c7wwcxywr2nh7" path="res://images/efficient.png" id="1_icon"]
|
|
[ext_resource type="Script" uid="uid://bl8mg6iej6u01" path="res://ModifierIcon.cs" id="2_script"]
|
|
|
|
[node name="ModifierIcon" type="TextureRect"]
|
|
texture_filter = 1
|
|
custom_minimum_size = Vector2(32, 32)
|
|
offset_right = 32.0
|
|
offset_bottom = 32.0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("1_icon")
|
|
expand_mode = 5
|
|
stretch_mode = 5
|
|
script = ExtResource("2_script")
|