File: sprites.lua

package info (click to toggle)
caveexpress 2.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 42,288 kB
  • sloc: cpp: 63,815; ansic: 1,135; sh: 501; xml: 186; python: 74; makefile: 60; javascript: 22
file content (26 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
sprites = {
	["test"] = {
		fps = 14,
		frames = {
			{}, --back
			{ "test", }, --middle
			{}, --front
		},
		delays = { 0, 2000 },
		active = { true, true, false, true },
		circles = {
			{ "", 0.0, 0.0, 18 },
		},
		rotateable = 1,
		polygons = {
			{
				"", -0.855, -1.04, -19.8, 0.238, -10.4, -13.5, 6.36, -18.1
			},
			{
				"", 6.36, -18.1, 18.0, -6.27, 7.79, 16.6, -0.855, -1.04
			},
		},
		maptile = true,
	},
	["test2"] = {},
}