Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
46
resources/customControls/Twitch/TwitchPoll.tscn
Normal file
46
resources/customControls/Twitch/TwitchPoll.tscn
Normal file
|
@ -0,0 +1,46 @@
|
|||
[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
|
35
resources/customControls/Twitch/TwitchPollItem.tscn
Normal file
35
resources/customControls/Twitch/TwitchPollItem.tscn
Normal 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 )
|
Loading…
Add table
Add a link
Reference in a new issue