#My list is not drawing in the right direction, idk why

15 messages · Page 1 of 1 (latest)

tropic agate
#

The problem is for every Tetrominos

topaz idol
#

I think you have your I and J bacwards when you draw

#

the outer list is Y not X

tropic agate
#

I thought about it too, problem when I modify i & j in placeblock and draw, the hitbox does not change and I do not understand why

topaz idol
#

you should step through it in a debugger and understand it then

#

set breakpoints and see what data goes where

#

in general it's best to keep everything in the same space

tropic agate
#

the console tells me h24 that the direction is good, but visually and in practice it is rotated by 90°

topaz idol
#

use your debugger

#

set a breakpoint

#

don't log to console

#

step through the code line by line