I18NCommander/I18N Commander/App/scenes/BtnIcon.tscn
2023-12-08 22:30:29 +01:00

17 lines
601 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_dark.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")