Skip to content

Commit 00977df

Browse files
author
Azgaar
committed
v1.0.45
1 parent 6517e23 commit 00977df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui/biomes-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function editBiomes() {
8989
<svg data-tip="Biomes fill style. Click to change" width=".9em" height=".9em" style="margin-bottom:-1px"><rect x="0" y="0" width="100%" height="100%" fill="${b.color[i]}" class="zoneFill"></svg>
9090
<input data-tip="Biome name. Click and type to change" class="biomeName" value="${b.name[i]}" autocorrect="off" spellcheck="false">
9191
<span data-tip="Biome habitability percent" class="hide">%</span>
92-
<input data-tip="Biome habitability percent. Click and set new value to change" type="number" min=0 max=9999 step=1 class="biomeHabitability hide" value=${b.habitability[i]}>
92+
<input data-tip="Biome habitability percent. Click and set new value to change" type="number" min=0 max=9999 class="biomeHabitability hide" value=${b.habitability[i]}>
9393
<span data-tip="Cells count" class="icon-check-empty hide"></span>
9494
<div data-tip="Cells count" class="biomeCells hide">${b.cells[i]}</div>
9595
<span data-tip="Biome area" style="padding-right: 4px" class="icon-map-o hide"></span>

0 commit comments

Comments
 (0)