Go to file
zvon 2b405c5d31 Mario Editor: change edit boxes' indexing to 1-based
As the left map arrow is on position 0 * BLOCK_SIZE and the first edit
box is on position 1 * BLOCK_SIZE, indexing them from 1 causes slightly
more readable code
2021-05-31 16:08:14 +02:00
mario Mario Editor: change edit boxes' indexing to 1-based 2021-05-31 16:08:14 +02:00
sdlpp Mario: silence some warnings 2021-05-31 14:30:28 +02:00
tests Trying to switch to more object-oriented 2021-03-12 22:33:46 +01:00
tetris Windows compatibility fixes 2021-05-26 14:17:07 +02:00
.clang-format Add clang-format 2020-11-22 21:57:10 +01:00
.gitignore Updated gitignore 2021-05-25 16:35:46 +02:00
main.cpp Trying to switch to more object-oriented 2021-03-12 22:33:46 +01:00
Makefile Trying to switch to more object-oriented 2021-03-12 22:33:46 +01:00
test.cpp Trying to switch to more object-oriented 2021-03-12 22:33:46 +01:00
testfont.ttf TETRIS 2020-08-23 01:15:46 +02:00