mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
april fools rotation
This commit is contained in:
parent
be1f3a2bac
commit
1df8c9e1d6
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class Game_Picture
|
|||
@tone_target = Tone.new(0, 0, 0, 0)
|
||||
@tone_duration = 0
|
||||
@angle = 0
|
||||
@rotate_speed = rand(1..1000) == 1 ? 10 : 0 #easteregg lol
|
||||
@rotate_speed = CTime.month == 4 && CTime.day == 1 ? 10 : 0 #easteregg lol
|
||||
end
|
||||
#--------------------------------------------------------------------------
|
||||
# * Move Picture
|
||||
|
|
|
|||
Loading…
Reference in a new issue