File: sort_oddness.cfg

package info (click to toggle)
frogatto-data 1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 201,844 kB
  • sloc: python: 302; xml: 223; perl: 139; sh: 48; makefile: 13; ruby: 4
file content (24 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[object_type]
id="sort_oddness"
on_end_anim="animation('normal')"
on_process="[if(cycle%2=1,fire_event('sortList'),debug(valid_list))]"
on_sortList="[set(valid_list, sort(valid_list, 1d2=2))]"
	[editor_info]
	category="test_case"
	[/editor_info]

	[vars]
	valid_list="[1,2,3]"
	[/vars]

	[animation]
	duration="1000"
	frame_info="0,0,2,1,375,368,26,27"
	frames="1"
	id="normal"
	image="compiled-2.png"
	rect="375,368,402,395"
	[/animation]

[/object_type]