Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouryuukunn committed Nov 23, 2024
1 parent f6518e8 commit 90f0767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ATL_functions.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# example_func = mfn(func1, func2)
# label start:
# show test:
# function mfn(func1, func2)
# function example_func(func1, func2)
#
#class atl_sin(property, peak, hz, start=None, end=None, damped=False, damped_warper='ease')
# This change the property value with a sine wave.
Expand Down Expand Up @@ -90,7 +90,7 @@
#
# init python:
# sample1 = mfn(atl_wiggle("yoffset", max=20, deviation=40, cycle=10), atl_wiggle("xoffset", max=20, deviation=40, cycle=10))
# sample2 atl_swiggle(deviation=40)
# sample2 = atl_swiggle(deviation=40)

init python in _viewers:
in_editor = False
Expand Down

0 comments on commit 90f0767

Please sign in to comment.