aboutsummaryrefslogtreecommitdiff
path: root/builtin/game
diff options
context:
space:
mode:
authorRogier <rogier777@gmail.com>2016-10-09 17:57:18 +0200
committerNer'zhul <nerzhul@users.noreply.github.com>2016-10-11 07:29:04 +0200
commita4a9ee94f3aff59fcb9e8f8e31409843564ef6fb (patch)
tree69d9c79925839d53290fc6f1bd1e2c51efd3ea45 /builtin/game
parent1b450861f01eef98c7d4f7810724d6bec7423a7c (diff)
downloadminetest-a4a9ee94f3aff59fcb9e8f8e31409843564ef6fb.tar.gz
minetest-a4a9ee94f3aff59fcb9e8f8e31409843564ef6fb.tar.bz2
minetest-a4a9ee94f3aff59fcb9e8f8e31409843564ef6fb.zip
Disable cmake message concerning WIN32 on non-windows systems
Diffstat (limited to 'builtin/game')
0 files changed, 0 insertions, 0 deletions
d='n113' href='#n113'>113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
-- cache setting
local enable_damage = core.settings:get_bool("enable_damage")

local health_bar_definition =
{
	hud_elem_type = "statbar",
	position = { x=0.5, y=1 },
	text = "heart.png",
	number = 20,
	direction = 0,
	size = { x=24, y=24 },
	offset = { x=(-10*24)-25, y=-(48+24+16)},
}

local breath_bar_definition =
{
	hud_elem_type = "statbar",
	position = { x=0.5, y=1 },
	text = "bubble.png",
	number = 20,
	direction = 0,
	size = { x=24, y=24 },