/usr/share/games/caveexpress/entities.lua is in caveexpress-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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | npcblowing = {
width = 3.4,
height = 1.2,
}
npcgrandpa = {
width = 0.39,
height = 0.57,
}
npcmammut = {
width = 1.4,
height = 0.97,
}
npcman = {
width = 0.42,
height = 0.548,
}
npcwalking = {
width = 1.95,
height = 0.8,
}
npcwoman = {
width = 0.32,
height = 0.53,
}
itemegg = {
width = 0.26,
height = 0.31,
friction = 0.2,
restitution = 0.05,
}
itemapple = {
width = 0.4,
height = 0.4,
}
itemstone = {
width = 0.71,
height = 0.44,
}
itembanana = {
width = 0.4,
height = 0.4,
}
itempackageice = {
width = 0.4,
height = 0.4,
}
itempackage = {
width = 0.4,
height = 0.4,
}
player = {
width = 0.94,
height = 0.87,
}
tree = {
width = 2.0,
height = 2.0,
}
itembomb = {
friction = 0.4,
restitution = 0.2,
}
npcfish = {
}
npcflying = {
width = 0.3,
height = 0.3,
}
|