-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest
More file actions
33 lines (33 loc) · 2.28 KB
/
manifest
File metadata and controls
33 lines (33 loc) · 2.28 KB
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
27
28
29
30
31
32
33
{name="ethel",
version="0.0.0",
dependencies={
{name="libaevent",version="^1.1",type="required"},
{name="libvector",version="^1.0",type="required"}},
files={
{url="src/event.lua",path="/usr/lib/ethel/event.lua"},
{url="src/game.lua",path="/usr/lib/ethel/game.lua"},
{url="src/level.lua",path="/usr/lib/ethel/level.lua"},
{url="src/main.lua",path="/usr/lib/ethel/main.lua"},
{url="src/module.lua",path="/usr/lib/ethel/module.lua"},
{url="src/physics.lua",path="/usr/lib/ethel/physics.lua"},
{url="src/resource.lua",path="/usr/lib/ethel/resource.lua"},
{url="src/sprite.lua",path="/usr/lib/ethel/sprite.lua"},
{url="src/tile.lua",path="/usr/lib/ethel/tile.lua"},
{url="src/tilemap.lua",path="/usr/lib/ethel/tilemap.lua"},
{url="src/window.lua",path="/usr/lib/ethel/window.lua"},
{url="src/util/config.lua",path="/usr/lib/ethel/util/config.lua"},
{url="src/util/logger.lua",path="/usr/lib/ethel/util/logger.lua"},
{url="resources/background/main/resource.meta",path="/usr/share/ethel/background/main/resource.meta"},
{url="resources/background/main/main.pic",path="/usr/share/ethel/background/main/main.pic"},
{url="resources/tile/stone/resource.meta",path="/usr/share/ethel/tile/stone/resource.meta"},
{url="resources/tile/stone/stone.pic",path="/usr/share/ethel/tile/stone/stone.pic"},
{url="resources/tile/teleporter/resource.meta",path="/usr/share/ethel/tile/teleporter/resource.meta"},
{url="resources/tile/teleporter/teleporter.pic",path="/usr/share/ethel/tile/teleporter/teleporter.pic"},
{url="resources/sprite/player/resource.meta",path="/usr/share/ethel/sprite/player/resource.meta"},
{url="resources/sprite/player/player.pic",path="/usr/share/ethel/sprite/player/player.pic"},
{url="resources/sprite/chort/resource.meta",path="/usr/share/ethel/sprite/chort/resource.meta"},
{url="resources/sprite/chort/chort.pic",path="/usr/share/ethel/sprite/chort/chort.pic"},
{url="resources/texture/title/resource.meta",path="/usr/share/ethel/texture/title/resource.meta"},
{url="resources/texture/title/title.pic",path="/usr/share/ethel/texture/title/title.pic"},
{url="resources/level/debug/resource.meta",path="/usr/share/ethel/level/debug/resource.meta"},
{url="resources/level/debug/debug.level",path="/usr/share/ethel/level/debug/debug.level"}}}