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,43 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://scripts/CustomControls/GalleryMusicPlayer.gd" type="Script" id=1]
[ext_resource path="res://resources/fonts/TimesNewerRoman-Regular.otf" type="DynamicFontData" id=2]
[ext_resource path="res://resources/graphics/GUI/Gallery/Play.webp" type="Texture" id=3]
[ext_resource path="res://resources/Themes/EmptyFocusTheme.tres" type="StyleBox" id=4]
[sub_resource type="DynamicFont" id=1]
size = 36
use_mipmaps = true
font_data = ExtResource( 2 )
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -1520.0
margin_bottom = -1030.0
size_flags_horizontal = 0
size_flags_vertical = 2
script = ExtResource( 1 )
[node name="Polygon2D" type="Polygon2D" parent="."]
invert_enable = true
invert_border = 2.0
polygon = PoolVector2Array( 2, 2, 400, 2, 400, 50, 2, 50 )
[node name="Label" type="Label" parent="."]
margin_left = 50.0
margin_top = 5.0
margin_right = 348.0
margin_bottom = 50.0
custom_fonts/font = SubResource( 1 )
text = "Don't Stop Me Now"
[node name="Button" type="Button" parent="."]
margin_right = 42.0
margin_bottom = 40.0
custom_styles/focus = ExtResource( 4 )
toggle_mode = true
icon = ExtResource( 3 )
flat = true
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]