This file is indexed.

/usr/share/games/cavepacker/sprites.lua is in cavepacker-data 2.4+git20160609-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
sprites = {
	["player"] = {},
	["target"] = { type = "target", },
	["package"] = { type = "package", },
	["package-delivered"] = { type = "package", },
	["package-deadlock"] = { type = "package", },
	["deadlock"] = {},
	["tile-background-01"] = { type = "ground", },
	["tile-background-02"] = { type = "ground", },
	["tile-background-03"] = { type = "ground", },
	["tile-background-04"] = { type = "ground", },
	["tile-rock-01"] = { type = "solid", },
	["tile-rock-02"] = { type = "solid", },
	["tile-rock-03"] = { type = "solid", },
}