Module:EnvSprite/The Aether

From Aether Project Wiki
Jump to navigation Jump to search
This is the documentation page. It will be transcluded into the main module page. See Template:Documentation for more information

Implements {{Sprites/EnvSprite/The_Aether}}.

All sprites

Default

    • default

return {
	settings = {
		classname = 'env-sprite-aether',
		image = 'The_Aether-EnvCSS.png',
		name = 'The_Aether-Env',
		pos = 256,
		sheetsize = 256,
		stylesheet = true,
	},
	sections = {
		{ name = 'Default', id = 1 },
	},
	ids = {
		default = { pos = 256, section = 1 },
	},
}