// fork from tw:ina_ani:ino-2019-2
// fork from tw:ina_ani:ino-2019
// fork from System:シンプル
scale(0.1)
scale(4)
fs("#fdd")
ss("transparent")
font("Sigmar One")
grid(5,5)
scale(rand() * 0.4+0.2)
rotate(rand())
text("2020")
fs("#666")
font("RoundM+")
ss("transparent")
scale(10)
text("子")
font("RoundM+")
shift(7, -3)
!count = 0
loop(3)
shift(0,2*count)
scale(1.3)
text(stringCharAt("ねずみ",count))
!count = count + 1