17 lines
596 B
Plaintext
17 lines
596 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://d0x0yv7nevod7"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/BtnIcon.cs" id="1_b787p"]
|
|
[ext_resource type="Theme" uid="uid://uqhultm05f5a" path="res://theme/ui_theme.tres" id="2_8n123"]
|
|
|
|
[node name="btn_icon" type="MarginContainer"]
|
|
theme_override_constants/margin_left = 6
|
|
theme_override_constants/margin_top = 6
|
|
theme_override_constants/margin_right = 6
|
|
theme_override_constants/margin_bottom = 6
|
|
script = ExtResource("1_b787p")
|
|
|
|
[node name="btn" type="Button" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme = ExtResource("2_8n123")
|