Version 1.1 #1

Merged
vaporvee merged 9 commits from dev into main 2023-04-25 17:45:44 +00:00
12 changed files with 54 additions and 23 deletions
Showing only changes of commit ebf5d677e8 - Show all commits

View File

@@ -11,7 +11,7 @@ func _ready():
Discord_Activity.small_image_text = "Fighting the end boss! D:"
Discord_Activity.start_timestamp = int(Time.get_unix_time_from_system())
Discord_Activity.end_timestamp = int(Time.get_unix_time_from_system()) + 3600 # + 1 extra hour
# Discord_Activity.end_timestamp = int(Time.get_unix_time_from_system()) + 3600 # +1 hour in unix time
Discord_Activity.refresh()