diff --git a/ChatMessage.tscn b/ChatMessage.tscn index fa6a8cd..a009734 100644 --- a/ChatMessage.tscn +++ b/ChatMessage.tscn @@ -1,6 +1,10 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://ChatMessage.gd" type="Script" id=1] +[ext_resource path="res://assets/cecep-s-handwriting-2-font/CecepsHandwriting-vmpKZ.ttf" type="DynamicFontData" id=2] + +[sub_resource type="DynamicFont" id=1] +font_data = ExtResource( 2 ) [node name="ChatMessage" type="HBoxContainer"] margin_right = 400.0 @@ -17,6 +21,7 @@ margin_bottom = 24.0 focus_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 +custom_fonts/normal_font = SubResource( 1 ) bbcode_enabled = true fit_content_height = true scroll_active = false diff --git a/README.md b/README.md index c9b8f59..ad83cf9 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Xe's super hacky stream overlay for Twitch! Oh god this is such a shitshow help me. + +Put auth secrets in `secrets/auth`. diff --git a/scenes/2DOverlay.tscn b/scenes/2DOverlay.tscn index 4f5aefc..a781628 100644 --- a/scenes/2DOverlay.tscn +++ b/scenes/2DOverlay.tscn @@ -210,9 +210,9 @@ margin_bottom = 1079.0 [node name="Chatbox" parent="." instance=ExtResource( 1 )] margin_left = 1278.0 -margin_right = 1599.0 -margin_bottom = 259.0 -rect_scale = Vector2( 2, 2 ) +margin_right = 1645.0 +margin_bottom = 325.0 +rect_scale = Vector2( 1.75, 1.75 ) [node name="Facecam" type="ColorRect" parent="."] visible = false @@ -236,15 +236,13 @@ margin_bottom = 1080.0 rect_min_size = Vector2( 720, 0 ) [node name="VBoxContainer2" type="VBoxContainer" parent="HBoxContainer"] -visible = false margin_bottom = 360.0 [node name="ColorRect" type="ColorRect" parent="HBoxContainer/VBoxContainer2"] -margin_right = 340.0 -margin_bottom = 360.0 [node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"] -margin_right = 316.0 +margin_left = 4.0 +margin_right = 320.0 margin_bottom = 360.0 [node name="Stream" type="Label" parent="HBoxContainer/VBoxContainer"] @@ -280,5 +278,26 @@ position = Vector2( 165, 263 ) scale = Vector2( 10, 10 ) frames = SubResource( 3 ) animation = "down" -frame = 1 playing = true + +[node name="VBoxContainer4" type="VBoxContainer" parent="HBoxContainer"] +margin_left = 324.0 +margin_right = 332.0 +margin_bottom = 360.0 + +[node name="Label" type="Label" parent="HBoxContainer/VBoxContainer4"] +margin_right = 8.0 +margin_bottom = 14.0 +text = " " + +[node name="VBoxContainer3" type="VBoxContainer" parent="HBoxContainer"] +margin_left = 336.0 +margin_right = 822.0 +margin_bottom = 360.0 + +[node name="Label" type="Label" parent="HBoxContainer/VBoxContainer3"] +margin_right = 486.0 +margin_bottom = 81.0 +theme = ExtResource( 3 ) +text = "TODO: put patron list here with some kind +of fancy auto scrolling"