Quantcast
Channel: Tech Support
Viewing all articles
Browse latest Browse all 1719

color chart

$
0
0
I have an error with the drawing of a color table, for some reason, the initial margin is calculated well, but the opposite for some reason remains fine, this does not make sense since it is calculated by adding squares of the same size all the time.


GML:
var x_offset = 90; // Posición inicial en X
var y_offset = 0; // Posición inicial en Y
var size = 10;     // Tamaño de cada cuadrado
var num_columnas = 10; // Número de columnas
var num_filas = 5;     // Número de filas

for (var i =...
color chart

Viewing all articles
Browse latest Browse all 1719

Trending Articles