fix old hyperlinks
This commit is contained in:
@@ -191,7 +191,7 @@ shadow_color = Color(0.290196, 0.290196, 0.290196, 0.270588)
|
|||||||
shadow_offset = Vector2(2, 3)
|
shadow_offset = Vector2(2, 3)
|
||||||
|
|
||||||
[sub_resource type="Curve" id="Curve_ilc1k"]
|
[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
|
point_count = 3
|
||||||
|
|
||||||
[sub_resource type="Curve" id="Curve_wqjqk"]
|
[sub_resource type="Curve" id="Curve_wqjqk"]
|
||||||
@@ -529,7 +529,7 @@ grow_vertical = 0
|
|||||||
focus_mode = 0
|
focus_mode = 0
|
||||||
text = "?"
|
text = "?"
|
||||||
script = ExtResource("17_4b8oh")
|
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="."]
|
[node name="CreatePlaylistsMenu" type="Control" parent="."]
|
||||||
visible = false
|
visible = false
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ func _ready() -> void:
|
|||||||
birthday_happy.hide()
|
birthday_happy.hide()
|
||||||
print("user: ",DiscordRPC.get_current_user().get("username"))
|
print("user: ",DiscordRPC.get_current_user().get("username"))
|
||||||
var bday:bool
|
var bday:bool
|
||||||
if Time.get_datetime_dict_from_system().day == 29:
|
if Time.get_datetime_dict_from_system().day == 9:
|
||||||
if Time.get_datetime_dict_from_system().month == 6:
|
if Time.get_datetime_dict_from_system().month == 9:
|
||||||
await get_tree().create_timer(0.2).timeout
|
await get_tree().create_timer(0.2).timeout
|
||||||
awaitingJumpscare = true
|
awaitingJumpscare = true
|
||||||
bday = true
|
bday = true
|
||||||
@@ -35,3 +35,5 @@ func _process(delta: float) -> void:
|
|||||||
if !awaitingJumpscare:
|
if !awaitingJumpscare:
|
||||||
opacity -= delta/5
|
opacity -= delta/5
|
||||||
birthday_happy.modulate.a = opacitycurve.sample_baked(opacity)
|
birthday_happy.modulate.a = opacitycurve.sample_baked(opacity)
|
||||||
|
if opacity <= 0.0:
|
||||||
|
process_mode = ProcessMode.PROCESS_MODE_DISABLED
|
||||||
|
|||||||
+1
-1
@@ -34,7 +34,7 @@ func check_for_updates() -> void:
|
|||||||
print("! INFO: Checking for updates…")
|
print("! INFO: Checking for updates…")
|
||||||
|
|
||||||
var error := http_request.request(
|
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:
|
if error != OK:
|
||||||
|
|||||||
Reference in New Issue
Block a user