diff --git a/data/sprites/hair.sprite b/data/sprites/hair.sprite new file mode 100644 index 0000000..7ee5ce7 --- /dev/null +++ b/data/sprites/hair.sprite @@ -0,0 +1,99 @@ +{ + +"male_walkcycle_hair_1_N" : { + "texture" : "male_hair_single_blue", + "topx" : 64, + "topy" : 512, + "height" : 64, + "width" : 64, + "number_of_frames" : 8, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_walkcycle_hair_1_W" : { + "texture" : "male_hair_single_blue", + "topx" : 64, + "topy" : 576, + "height" : 64, + "width" : 64, + "number_of_frames" : 8, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_walkcycle_hair_1_S" : { + "texture" : "male_hair_single_blue", + "topx" : 64, + "topy" : 640, + "height" : 64, + "width" : 64, + "number_of_frames" : 8, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_walkcycle_hair_1_E" : { + "texture" : "male_hair_single_blue", + "topx" : 64, + "topy" : 704, + "height" : 64, + "width" : 64, + "number_of_frames" : 8, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_standing_hair_1_N" : { + "texture" : "male_hair_single_blue", + "topx" : 0, + "topy" : 512, + "height" : 64, + "width" : 64, + "number_of_frames" : 1, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_standing_hair_1_W" : { + "texture" : "male_hair_single_blue", + "topx" : 0, + "topy" : 576, + "height" : 64, + "width" : 64, + "number_of_frames" : 1, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_standing_hair_1_S" : { + "texture" : "male_hair_single_blue", + "topx" : 0, + "topy" : 640, + "height" : 64, + "width" : 64, + "number_of_frames" : 1, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_standing_hair_1_E" : { + "texture" : "male_hair_single_blue", + "topx" : 0, + "topy" : 704, + "height" : 64, + "width" : 64, + "number_of_frames" : 1, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +} + +} diff --git a/data/sprites/humans.sprite b/data/sprites/humans.sprite new file mode 100644 index 0000000..0c62d79 --- /dev/null +++ b/data/sprites/humans.sprite @@ -0,0 +1,110 @@ +{ + +"fallback" : { + "_comment" : "This is the fallback sprite that are used if the game request a sprite not in any file", + "texture" : "fallback", + "topx" : 0, + "topy" : 0, + "height" : 64, + "width" : 64, + "number_of_frames" : 1, + "frame_time" : 1 +}, + +"male_walkcycle_N" : { + "texture" : "male_walkcycle", + "topx" : 64, + "topy" : 0, + "height" : 64, + "width" : 64, + "number_of_frames" : 8, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_walkcycle_W" : { + "texture" : "male_walkcycle", + "topx" : 64, + "topy" : 64, + "height" : 64, + "width" : 64, + "number_of_frames" : 8, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_walkcycle_S" : { + "texture" : "male_walkcycle", + "topx" : 64, + "topy" : 128, + "height" : 64, + "width" : 64, + "number_of_frames" : 8, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_walkcycle_E" : { + "texture" : "male_walkcycle", + "topx" : 64, + "topy" : 192, + "height" : 64, + "width" : 64, + "number_of_frames" : 8, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_standing_N" : { + "texture" : "male_walkcycle", + "topx" : 0, + "topy" : 0, + "height" : 64, + "width" : 64, + "number_of_frames" : 1, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_standing_W" : { + "texture" : "male_walkcycle", + "topx" : 0, + "topy" : 64, + "height" : 64, + "width" : 64, + "number_of_frames" : 1, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_standing_S" : { + "texture" : "male_walkcycle", + "topx" : 0, + "topy" : 128, + "height" : 64, + "width" : 64, + "number_of_frames" : 1, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +}, + +"male_standing_E" : { + "texture" : "male_walkcycle", + "topx" : 0, + "topy" : 192, + "height" : 64, + "width" : 64, + "number_of_frames" : 1, + "frame_time" : 100, + "originx" : 32, + "originy" : 50 +} + +} \ No newline at end of file diff --git a/data/sprites/items.sprite b/data/sprites/items.sprite new file mode 100644 index 0000000..a58e08d --- /dev/null +++ b/data/sprites/items.sprite @@ -0,0 +1,15 @@ +{ + +"item_barrel" : { + "texture" : "barrel", + "topx" : 32, + "topy" : 0, + "height" : 64, + "width" : 32, + "number_of_frames" : 1, + "frame_time" : 100, + "originx" : 16, + "originy" : 50 +} + +} \ No newline at end of file diff --git a/data/sprites/terrain.sprite b/data/sprites/terrain.sprite new file mode 100644 index 0000000..78d7553 --- /dev/null +++ b/data/sprites/terrain.sprite @@ -0,0 +1,45 @@ + + +{ + +"terrain_grass_center" : { + "texture" : "terrain", + "topx" : 0, + "topy" : 352, + "height" : 32, + "width" : 32, + "number_of_frames" : 1, + "frame_time" : 100 +}, + +"terrain_clay_center" : { + "texture" : "terrain", + "topx" : 32, + "topy" : 96, + "height" : 32, + "width" : 32, + "number_of_frames" : 1, + "frame_time" : 100 +}, + +"terrain_brik_floor_center" : { + "texture" : "terrain", + "topx" : 416, + "topy" : 576, + "height" : 32, + "width" : 32, + "number_of_frames" : 1, + "frame_time" : 100 +}, + +"terrain_water_center" : { + "texture" : "terrain", + "topx" : 864, + "topy" : 160, + "height" : 32, + "width" : 32, + "number_of_frames" : 1, + "frame_time" : 1000 +} + +} \ No newline at end of file diff --git a/data/textures/LPC_BASE_CREDITS.TXT b/data/textures/LPC_BASE_CREDITS.TXT new file mode 100644 index 0000000..7b0a766 --- /dev/null +++ b/data/textures/LPC_BASE_CREDITS.TXT @@ -0,0 +1,99 @@ +Lanea Zimmerman (AKA Sharm) +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Base tileset + - barrel.png + - brackish.png + - buckets.png + - bridges.png + - cabinets.png + - cement.png + - cementstair.png + - chests.png + - country.png + - cup.png + - dirt2.png + - dirt.png + - dungeon.png + - grassalt.png + - grass.png + - holek.png + - holemid.png + - hole.png + - house.png + - inside.png + - kitchen.png + - lava.png + - lavarock.png + - mountains.png + - rock.png + - shadow.png + - signs.png + - stairs.png + - treetop.png + - trunk.png + - waterfall.png + - watergrass.png + - water.png + - princess.png and princess.xcf + +Much style guide work + +co-author of LPC background cup image + +Stephen Challener (AKA Redshrike) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Character templates + - female_walkcycle.png + - female_hurt.png + - female_slash.png + - female_spellcast.png + - male_walkcycle.png + - male_hurt.png + - male_slash.png + - male_spellcast.png + - male_pants.png + - male_hurt_pants.png + - male_fall_down_pants.png + - male_slash_pants.png + +Much style guide work + + +Charles Sanchez (AKA CharlesGabriel) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Monsters + - bat.png + - bee.png + - big_worm.png + - eyeball.png + - ghost.png + - man_eater_flower.png + - pumpking.png + - slime.png + - small_worm.png + - snake.png + +Manuel Riecke (AKA MrBeast) +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - hairfemale.png and hairfemale.xcf + - hairmale.png and hairmale.xcf + - soldier.png + - soldier_altcolor.png + +The 60 degree perspective render in the style guide + + +Daniel Armstrong (AKA HughSpectrum) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Castle work: + + - castlewalls.png + - castlefloors.png + - castle_outside.png + - castlefloors_outside.png + - castle_lightsources.png \ No newline at end of file diff --git a/data/textures/barrel.png b/data/textures/barrel.png new file mode 100644 index 0000000..959b39f Binary files /dev/null and b/data/textures/barrel.png differ diff --git a/data/textures/hairmale.png b/data/textures/hairmale.png new file mode 100644 index 0000000..80a30ea Binary files /dev/null and b/data/textures/hairmale.png differ diff --git a/data/textures/male_hair_single_blue.png b/data/textures/male_hair_single_blue.png new file mode 100644 index 0000000..a6800c1 Binary files /dev/null and b/data/textures/male_hair_single_blue.png differ diff --git a/data/textures/male_walkcycle.png b/data/textures/male_walkcycle.png new file mode 100644 index 0000000..dd23ddc Binary files /dev/null and b/data/textures/male_walkcycle.png differ diff --git a/data/textures/terrain.png b/data/textures/terrain.png new file mode 100644 index 0000000..30266cf Binary files /dev/null and b/data/textures/terrain.png differ diff --git a/data/textures/terrain.png.txt b/data/textures/terrain.png.txt new file mode 100644 index 0000000..52d5bd0 --- /dev/null +++ b/data/textures/terrain.png.txt @@ -0,0 +1,156 @@ +License +------- + +CC-BY-SA 3.0: + - http://creativecommons.org/licenses/by-sa/3.0/ + - See the file: cc-by-sa-3.0.txt +GNU GPL 3.0: + - http://www.gnu.org/licenses/gpl-3.0.html + - See the file: gpl-3.0.txt + +Note the file is based on the LCP contest readme so don't expect the exact little pieces used like the base one. +*Additional license information. + +Assets from: + +LPC contributors: +---------------- + + +Matthew Nash + http://opengameart.org/content/misc-32x32-tiles + - Road + +Nushio + http://opengameart.org/content/lpc-colorful-sand-deep-water + - Snow and ice recolor + +William.Thompsonj + http://opengameart.org/content/lpc-sandrock-alt-colors + - Sand and dirt recolor + +Adrix89 + + - Recolor Nushio snow + +Casper Nilsson + *GNU GPL 3.0 or later + email: casper.nilsson@gmail.com + Freenode: CasperN + OpenGameArt.org: C.Nilsson + + - LPC C.Nilsson (2D art) + +Daniel Eddeland + *GNU GPL 3.0 or later + - Tilesets of plants, props, food and environments, suitable for farming / fishing sims and other games. + - Includes wheat, grass, sand tilesets, fence tilesets and plants such as corn and tomato. + + +Johann CHARLOT + *GNU LGPL Version 3. + *Later versions are permitted. + Homepage http://poufpoufproduction.fr + Email johannc@poufpoufproduction.fr + + - Shoot'em up graphic kit + +Skyler Robert Colladay + + - FeralFantom's Entry (2D art) + +BASE assets: +------------ + +Lanea Zimmerman (AKA Sharm) +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - barrel.png + - brackish.png + - buckets.png + - bridges.png + - cabinets.png + - cement.png + - cementstair.png + - chests.png + - country.png + - cup.png + - dirt2.png + - dirt.png + - dungeon.png + - grassalt.png + - grass.png + - holek.png + - holemid.png + - hole.png + - house.png + - inside.png + - kitchen.png + - lava.png + - lavarock.png + - mountains.png + - rock.png + - shadow.png + - signs.png + - stairs.png + - treetop.png + - trunk.png + - waterfall.png + - watergrass.png + - water.png + - princess.png and princess.xcf + + +Stephen Challener (AKA Redshrike) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - female_walkcycle.png + - female_hurt.png + - female_slash.png + - female_spellcast.png + - male_walkcycle.png + - male_hurt.png + - male_slash.png + - male_spellcast.png + - male_pants.png + - male_hurt_pants.png + - male_fall_down_pants.png + - male_slash_pants.png + + +Charles Sanchez (AKA CharlesGabriel) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - bat.png + - bee.png + - big_worm.png + - eyeball.png + - ghost.png + - man_eater_flower.png + - pumpking.png + - slime.png + - small_worm.png + - snake.png + + +Manuel Riecke (AKA MrBeast) +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - hairfemale.png and hairfemale.xcf + - hairmale.png and hairmale.xcf + - soldier.png + - soldier_altcolor.png + + +Daniel Armstrong (AKA HughSpectrum) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Castle work: + + - castlewalls.png + - castlefloors.png + - castle_outside.png + - castlefloors_outside.png + - castle_lightsources.png + +