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,35 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://scripts/CustomControls/Twitch/TwitchPollItem.gd" type="Script" id=1]
[ext_resource path="res://resources/fonts/TimesNewerRoman-Regular.otf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
size = 40
outline_size = 2
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=2]
size = 40
outline_size = 2
font_data = ExtResource( 2 )
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -1495.0
margin_bottom = -1020.0
script = ExtResource( 1 )
[node name="Count" type="Label" parent="."]
margin_right = 40.0
margin_bottom = 49.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 1 )
text = "0"
[node name="Nickname" type="Label" parent="."]
margin_left = 47.0
margin_right = 182.0
margin_bottom = 49.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 2 )