20 lines
896 B
Text
20 lines
896 B
Text
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://resources/fonts/SettingsFont.tres" type="DynamicFont" id=1]
|
|
[ext_resource path="res://resources/Themes/EmptyFocusTheme.tres" type="StyleBox" id=2]
|
|
[ext_resource path="res://resources/customControls/CheckBoxGroups/LanguageGroup.tres" type="ButtonGroup" id=3]
|
|
[ext_resource path="res://resources/graphics/GUI/CheckBox/unchecked-32.webp" type="Texture" id=4]
|
|
[ext_resource path="res://resources/graphics/GUI/CheckBox/checked-32.webp" type="Texture" id=5]
|
|
|
|
[node name="Lang" type="CheckBox"]
|
|
margin_right = 139.0
|
|
margin_bottom = 57.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
custom_icons/radio_checked = ExtResource( 5 )
|
|
custom_icons/checked = ExtResource( 5 )
|
|
custom_icons/radio_unchecked = ExtResource( 4 )
|
|
custom_icons/unchecked = ExtResource( 4 )
|
|
custom_styles/focus = ExtResource( 2 )
|
|
group = ExtResource( 3 )
|
|
text = "English"
|
|
flat = true
|