One_Eleven_Android/resources/customControls/Twitch/TwitchPoll.tscn
2024-11-10 03:34:28 +03:00

46 lines
1.3 KiB
Text

[gd_scene load_steps=6 format=2]
[ext_resource path="res://scripts/CustomControls/Twitch/TwitchPoll.gd" type="Script" id=1]
[ext_resource path="res://addons/godot-twicil/godot_twicil.gd" type="Script" id=2]
[ext_resource path="res://resources/fonts/TimesNewerRoman-Regular.otf" type="DynamicFontData" id=3]
[ext_resource path="res://resources/graphics/GUI/twitch_circe.webp" type="Texture" id=4]
[sub_resource type="DynamicFont" id=1]
size = 70
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 3 )
[node name="Poll" type="Node2D"]
script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( -25, -25 )
texture = ExtResource( 4 )
centered = false
[node name="TwiCIL" type="Node" parent="."]
script = ExtResource( 2 )
[node name="TimerLabel" type="Label" parent="."]
margin_left = -24.0
margin_top = -20.0
margin_right = 96.0
margin_bottom = 100.0
rect_min_size = Vector2( 56, 0 )
custom_colors/font_color = Color( 0.788235, 0, 0, 1 )
custom_fonts/font = SubResource( 1 )
text = "5"
align = 1
valign = 1
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
custom_constants/separation = 48
[node name="Timer" type="Timer" parent="."]
one_shot = true
[node name="SizeTimer" type="Timer" parent="."]
one_shot = true