- Change background images as I am not sure the other really are CC0 - Change music to remixes from ocremix.org - Split code into several files - Change setting dialog layout - Add splashscreen - Minor fixes
7 lines
132 B
Python
7 lines
132 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
__author__ = "Adrien Malingrey"
|
|
__title__ = "Tetris 2000"
|
|
__version__ = "0.3" |