initial commit
This commit is contained in:
73
test/testanimations.txt
Normal file
73
test/testanimations.txt
Normal file
@@ -0,0 +1,73 @@
|
||||
# ALL NUMBERS ARE >= 0 !!!
|
||||
# animation name
|
||||
# frame-origin x y
|
||||
# frame-size x y
|
||||
# frame-step x y
|
||||
# frame-margin x y
|
||||
# frame-count n
|
||||
# frame-time n
|
||||
# reverse
|
||||
# loop
|
||||
# bounce
|
||||
|
||||
animation default
|
||||
frame-origin 0 15
|
||||
frame-size 16 32
|
||||
frame-step 16 0
|
||||
frame-margin 0 0
|
||||
frame-count 4
|
||||
frame-time 32
|
||||
loop
|
||||
|
||||
animation default-reverse
|
||||
frame-origin 0 15
|
||||
frame-size 16 32
|
||||
frame-step 16 0
|
||||
frame-margin 0 0
|
||||
frame-count 4
|
||||
frame-time 32
|
||||
loop
|
||||
reverse
|
||||
|
||||
animation default-fast
|
||||
frame-origin 0 15
|
||||
frame-size 16 32
|
||||
frame-step 16 0
|
||||
frame-margin 0 0
|
||||
frame-count 4
|
||||
frame-time 16
|
||||
loop
|
||||
|
||||
animation carousel
|
||||
frame-origin 0 15
|
||||
frame-size 16 32
|
||||
frame-step 2 0
|
||||
frame-margin 0 0
|
||||
frame-count 25
|
||||
frame-time 16
|
||||
|
||||
animation carousel-reverse
|
||||
frame-origin 0 15
|
||||
frame-size 16 32
|
||||
frame-step 2 0
|
||||
frame-margin 0 0
|
||||
frame-count 25
|
||||
frame-time 16
|
||||
reverse
|
||||
|
||||
animation carousel-margin
|
||||
frame-origin 0 15
|
||||
frame-size 16 32
|
||||
frame-step 1 0
|
||||
frame-margin 1 0
|
||||
frame-count 25
|
||||
frame-time 16
|
||||
|
||||
animation carousel-bounce
|
||||
frame-origin 0 15
|
||||
frame-size 16 32
|
||||
frame-step 2 0
|
||||
frame-margin 0 0
|
||||
frame-count 25
|
||||
frame-time 32
|
||||
bounce
|
||||
Reference in New Issue
Block a user