Skip to content

Instantly share code, notes, and snippets.

@TomK32
Last active December 17, 2015 00:29
Show Gist options
  • Select an option

  • Save TomK32/5521201 to your computer and use it in GitHub Desktop.

Select an option

Save TomK32/5521201 to your computer and use it in GitHub Desktop.
A level from Summer Tubing.
return {
image = 'images/level_1.png',
start = {x = 120, y = 20},
effects = {
white_water = {
{x = 130, y = 210, width = 60},
{x = 180, y = 400, width = 50},
{x = 120, y = 560, width = 45},
{x = 130, y = 740, width = 20},
{x = 115, y = 820, width = 55}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment