Search found 1 match

by lavrod
Mon Oct 09, 2017 1:27 pm
Forum: Support and Development
Topic: How to scale extend width/height of border images without doubling the border thickness.
Replies: 1
Views: 1786

How to scale extend width/height of border images without doubling the border thickness.

Hi, How to scale extend width/height of border images without doubling the border thickness. currently using love.graphics.setDefaultFilter("nearest","nearest",1) For example I want to double the following image 111 101 111 to 1111 1001 1001 1111 not 111111 111111 110011 110011 1...