I18NCommander/I18N Commander/App/scenes/BtnIcon.tscn

17 lines
596 B
Plaintext
Raw Normal View History

2023-12-08 21:03:05 +00:00
[gd_scene load_steps=3 format=3 uid="uid://d0x0yv7nevod7"]
2023-12-08 18:38:57 +00:00
2023-12-08 19:09:50 +00:00
[ext_resource type="Script" path="res://scenes/BtnIcon.cs" id="1_b787p"]
2023-12-08 21:03:05 +00:00
[ext_resource type="Theme" uid="uid://uqhultm05f5a" path="res://theme/ui_theme.tres" id="2_8n123"]
2023-12-08 18:38:57 +00:00
2023-12-08 21:03:05 +00:00
[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
2023-12-08 19:09:50 +00:00
script = ExtResource("1_b787p")
2023-12-08 18:38:57 +00:00
2023-12-08 21:03:05 +00:00
[node name="btn" type="Button" parent="."]
2023-12-08 18:38:57 +00:00
unique_name_in_owner = true
layout_mode = 2
2023-12-08 21:03:05 +00:00
theme = ExtResource("2_8n123")