We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2ee2e commit a9815a0Copy full SHA for a9815a0
1 file changed
templates/zoom-sensitive.pnml
@@ -22,7 +22,7 @@ template template_general(x, y, w, h, ox, oy, z) {
22
23
//Template for house sprite with additional offset
24
template template_house_1x1_addoffs_master(x, y, z, h, ox, oy, flags) {
25
- [ 1*z+x*z, 1*z+y*z, 64*z, h*z+z-1, -31*z+ox*z, 32*z-h*z+oy*z-int((z-1)/2)-1, flags]
+ [ 1*z+x*z, 1*z+y*z, 64*z, h*z+z-1, -31*z+ox*z, 32*z-h*z+oy*z-z, flags]
26
}
27
template template_house_1x1_addoffs(x, y, z, h, ox, oy) {
28
template_house_1x1_addoffs_master(x, y, z, h, ox, oy, 0)
0 commit comments