modcos
modcos
unity 2022.3.11f I'm using a slightly modified lua code (02_U3DScripting) as an example. ```lua local speed = 10 local lightCpnt = nil local rb function start() print("lua start...") print("injected object",...
The text width is calculated incorrectly when highpdi is enabled. Here are the examples I tested with the default font: ```lua print(font:getWidth('a')) -- 7 print(font:getWidth(string.byte('a'))) -- 8 local rasterizer =...
I tried to compile it according to the instructions for Windows. The compatibility version is built without errors. But in the release version I get: `` em++: warning: -pthread +...
In the latest versions of LÖVE, I noticed that the value of `getWidth` depends on `usedpiscale`, and it differs from previous versions of LÖVE. An example and results are shown...