content packs icons fix
This commit is contained in:
@@ -8,7 +8,6 @@ function add_pack(packid, packinfo)
|
||||
end
|
||||
packinfo.id = packid
|
||||
packinfo.remover = remover
|
||||
packinfo.icon = "gui/no_icon"
|
||||
document.packs_panel:add(gui.template("pack", packinfo))
|
||||
end
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</textbox>
|
||||
<label>@Seed</label>
|
||||
<textbox id='seed_box' placeholder='-' padding='4'></textbox>
|
||||
<button onclick='menu.page="world_generators"' id='generator_btn' padding='10'>
|
||||
<button onclick='menu.page="generators"' id='generator_btn' padding='10'>
|
||||
@World generator
|
||||
</button>
|
||||
<button onclick='create_world()' padding='10' margin='1,20,1,1'>
|
||||
|
||||
Reference in New Issue
Block a user