topywo missed one line of code change -- line 35 fixed to show 4 rows again. trolley png added in from comment on previous pull request.

master
andersje 2014-08-23 14:45:52 -05:00
parent 2bd502d87b
commit a8fc9a4768
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ local get_formspec = function(player,page)
.."button[0,0;2,0.5;main;Main]"
.."button[2,0;2,0.5;bags;Bags]"
.."image[7,0;1,1;"..image.."]"
.."list[current_player;bag"..i.."contents;0,1;8,3;]"
.."list[current_player;bag"..i.."contents;0,1;8,4;]"
end
end
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB