Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local levelpacks = {
- language="EN",
- color="orange",
- {
- {
- score=10000,
- ammount=2,
- shapes = {
- {type="rectangle", width=80, height=80},
- {type="rectangle", width=70, height=70},
- {type="rectangle", width=60, height=60},
- {type="rectangle", width=50, height=50},
- {type="rectangle", width=40, height=40},
- {type="rectangle", width=30, height=30},
- },
- },
- {
- score=10000,
- ammount=2,
- shapes = {
- {type="rectangle", width=80, height=80},
- {type="rectangle", width=40, height=40},
- {type="rectangle", width=80, height=80},
- {type="rectangle", width=40, height=40},
- },
- },
- },
- {
- -- add later
- },
- {
- -- add later
- },
- }
- return levelpacks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement