Diffstat (limited to 'ui/scenes/UiSettingContainer.tscn')
| -rw-r--r-- | ui/scenes/UiSettingContainer.tscn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/scenes/UiSettingContainer.tscn b/ui/scenes/UiSettingContainer.tscn new file mode 100644 index 0000000..116f404 --- /dev/null +++ b/ui/scenes/UiSettingContainer.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://ui/buttontheme.tres" type="Theme" id=2] + +[node name="CheckBox" type="CheckBox"] +margin_right = 16.0 +margin_bottom = 16.0 +theme = ExtResource( 2 ) +__meta__ = { +"_edit_use_anchors_": false +} |