april fools rotation

This commit is contained in:
Issac332 2026-06-22 13:03:23 +03:00
parent be1f3a2bac
commit 1df8c9e1d6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class Game_Picture
@tone_target = Tone.new(0, 0, 0, 0) @tone_target = Tone.new(0, 0, 0, 0)
@tone_duration = 0 @tone_duration = 0
@angle = 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 end
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
# * Move Picture # * Move Picture