level parsing i think
This commit is contained in:
parent
22a87d6a38
commit
1e913b9ec8
8 changed files with 253 additions and 15 deletions
|
@ -25,6 +25,7 @@ CREATE TABLE levels (
|
|||
song_id INTEGER NOT NULL,
|
||||
|
||||
length INTEGER NOT NULL,
|
||||
length_real INTEGER NOT NULL,
|
||||
objects INTEGER NOT NULL,
|
||||
coins INTEGER NOT NULL DEFAULT 0,
|
||||
has_ldm INTEGER NOT NULL DEFAULT 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue