SleepyClock/sleepyclockSave.gd

6 lines
264 B
GDScript3
Raw Normal View History

2026-05-31 20:56:40 +10:00
extends Resource
class_name SleepyclockSave
@export var end_time : int = 0 # number of seconds past midnight the clock bar should fill up
@export var duration : int = 7200 # number of seconds the clock bar should progress for (end_time - duration = "start_time")