Initial Android commit

This commit is contained in:
OleSTEEP 2024-11-10 03:34:28 +03:00
commit 1e2b80c13d
8521 changed files with 231475 additions and 0 deletions

View file

@ -0,0 +1,20 @@
[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