Skip to content

Commit e2e7265

Browse files
author
madalee-com
committed
-Bump version
1 parent 7ce66a6 commit e2e7265

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config_version=5
1212

1313
config/name="Godot-Show"
1414
config/description="This little app is built for Twitch streamers that want to show clips of other streamers when they shout them out."
15-
config/version="0.73"
15+
config/version="0.75"
1616
run/main_scene="uid://qm8jm83n8b41"
1717
config/features=PackedStringArray("4.6", "GL Compatibility")
1818
run/low_processor_mode=true

src/twitch.tscn

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
[ext_resource type="Script" uid="uid://iv0mgv0lu8b0" path="res://addons/twitcher/auth/twitch_auth.gd" id="5_oxajb"]
99
[ext_resource type="Script" uid="uid://bf0wi70haua35" path="res://addons/twitcher/lib/oOuch/oauth.gd" id="6_1vs0w"]
1010
[ext_resource type="Script" uid="uid://blmhj3j00yk45" path="res://addons/twitcher/eventsub/twitch_eventsub.gd" id="6_v88il"]
11-
[ext_resource type="Resource" uid="uid://bf54ahxend4j0" path="res://config/user_oauth_setting.tres" id="6_y8gdx"]
1211
[ext_resource type="Script" uid="uid://blnbogtrshw4r" path="res://addons/twitcher/auth/twitch_token_handler.gd" id="7_v88il"]
1312
[ext_resource type="Script" uid="uid://b0o1varextfo5" path="res://src/device_handler.gd" id="12_1vs0w"]
1413

@@ -21,26 +20,26 @@ metadata/_custom_type_script = "uid://i8st3lv0lidh"
2120

2221
[node name="TwitchAuth" type="Node" parent="." unique_id=1369163718]
2322
script = ExtResource("5_oxajb")
24-
oauth_setting = ExtResource("6_y8gdx")
23+
oauth_setting = ExtResource("2_y8gdx")
2524
token = ExtResource("4_1vs0w")
2625
scopes = ExtResource("3_3i13y")
2726
metadata/_custom_type_script = "uid://iv0mgv0lu8b0"
2827

2928
[node name="OAuth" type="Node" parent="TwitchAuth" unique_id=1483178882 node_paths=PackedStringArray("token_handler")]
3029
script = ExtResource("6_1vs0w")
31-
oauth_setting = ExtResource("6_y8gdx")
30+
oauth_setting = ExtResource("2_y8gdx")
3231
scopes = ExtResource("3_3i13y")
3332
token_handler = NodePath("../TokenHandler")
3433

3534
[node name="TokenHandler" type="Node" parent="TwitchAuth" unique_id=1632205395]
3635
script = ExtResource("7_v88il")
37-
oauth_setting = ExtResource("6_y8gdx")
36+
oauth_setting = ExtResource("2_y8gdx")
3837
token = ExtResource("4_1vs0w")
3938

4039
[node name="TwitchAPI" type="Node" parent="." unique_id=2102304480]
4140
script = ExtResource("5_1vs0w")
4241
token = ExtResource("4_1vs0w")
43-
oauth_setting = ExtResource("6_y8gdx")
42+
oauth_setting = ExtResource("2_y8gdx")
4443
metadata/_custom_type_script = "uid://cw30cwveway65"
4544

4645
[node name="TwitchEventsub" type="Node" parent="." unique_id=1572144212 node_paths=PackedStringArray("api")]

0 commit comments

Comments
 (0)