easteregg idk

This commit is contained in:
Issac332 2026-05-23 19:02:52 +03:00
parent 6234b273a0
commit 498ade2600
2 changed files with 41 additions and 41 deletions

View File

@ -84,7 +84,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 = 0 @rotate_speed = rand(1..1000) == 1 ? 10 : 0 #easteregg lol
end end
#-------------------------------------------------------------------------- #--------------------------------------------------------------------------
# * Move Picture # * Move Picture