Skip to content

Commit 4285fd6

Browse files
committed
Add '5 year' movement to gosu
1 parent ac9faa3 commit 4285fd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eclipse_gosu.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ class Eclipse < Gosu::Window
7474
['1 Hour', 60, 60],
7575
['1 Day', 24, 3600],
7676
['30 Days', 30, 86400],
77-
['365 Days', 365, 86400]
77+
['365 Days', 365, 86400],
78+
['5 years', 5, 86400*365.25]
7879
]
7980

8081
def initialize

0 commit comments

Comments
 (0)