aboutsummaryrefslogtreecommitdiff
path: root/fonts/mono_dejavu_sans_280.png
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-03-28 10:45:32 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-03-28 10:46:01 +0100
commit3444dec2db30b8aa8a4e9c268fdba2f84b870ce3 (patch)
treef35e9791c1a1234f604a27a1efb9234b7560126f /fonts/mono_dejavu_sans_280.png
parentb21230b329665492c9e9337860950a68b9ef40c1 (diff)
downloadminetest-3444dec2db30b8aa8a4e9c268fdba2f84b870ce3.tar.gz
minetest-3444dec2db30b8aa8a4e9c268fdba2f84b870ce3.tar.bz2
minetest-3444dec2db30b8aa8a4e9c268fdba2f84b870ce3.zip
Fix uninitialized variable Player::local_animation_speed
Diffstat (limited to 'fonts/mono_dejavu_sans_280.png')
0 files changed, 0 insertions, 0 deletions
ref='#n118'>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

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",