diff --git a/Main.tscn b/Main.tscn index 8490229..a1de9f3 100644 --- a/Main.tscn +++ b/Main.tscn @@ -191,7 +191,7 @@ shadow_color = Color(0.290196, 0.290196, 0.290196, 0.270588) shadow_offset = Vector2(2, 3) [sub_resource type="Curve" id="Curve_ilc1k"] -_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.257642, 1), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0] +_data = [Vector2(0, 0), 0.0, 11.3773, 0, 0, Vector2(0.253275, 1), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0] point_count = 3 [sub_resource type="Curve" id="Curve_wqjqk"] @@ -529,7 +529,7 @@ grow_vertical = 0 focus_mode = 0 text = "?" script = ExtResource("17_4b8oh") -Open = "https://notdraimdev.github.io/SimplSite/GettingStarted.html" +Open = "https://realbucketofchicken.github.io/SimplSite/GettingStarted.html" [node name="CreatePlaylistsMenu" type="Control" parent="."] visible = false diff --git a/birthday_container.gd b/birthday_container.gd index 764d72a..56b874f 100644 --- a/birthday_container.gd +++ b/birthday_container.gd @@ -13,8 +13,8 @@ func _ready() -> void: birthday_happy.hide() print("user: ",DiscordRPC.get_current_user().get("username")) var bday:bool - if Time.get_datetime_dict_from_system().day == 29: - if Time.get_datetime_dict_from_system().month == 6: + if Time.get_datetime_dict_from_system().day == 9: + if Time.get_datetime_dict_from_system().month == 9: await get_tree().create_timer(0.2).timeout awaitingJumpscare = true bday = true @@ -35,3 +35,5 @@ func _process(delta: float) -> void: if !awaitingJumpscare: opacity -= delta/5 birthday_happy.modulate.a = opacitycurve.sample_baked(opacity) + if opacity <= 0.0: + process_mode = ProcessMode.PROCESS_MODE_DISABLED diff --git a/update_checker.gd b/update_checker.gd index 9008639..51098b2 100644 --- a/update_checker.gd +++ b/update_checker.gd @@ -34,7 +34,7 @@ func check_for_updates() -> void: print("! INFO: Checking for updates…") var error := http_request.request( - "https://api.github.com/repos/notdraimdev/Simplaudio/releases/latest" + "https://api.github.com/repos/realbucketofchicken/Simplaudio/releases/latest" ) if error != OK: