commit 40f82122b1c31a4d7b98d058825ac38bafb249ee Author: Jordan Snelling Date: Tue Jan 8 19:11:51 2013 +0000 add all of the goddamn textures. SOME OF WHICH NEED FUCKING FIXING, but i gladly accept pull requests. diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..412eeda --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ebd21a --- /dev/null +++ b/.gitignore @@ -0,0 +1,163 @@ +################# +## Eclipse +################# + +*.pydevproject +.project +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath + + +################# +## Visual Studio +################# + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Rr]elease/ +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc +.builds +*.dotCover + +## TODO: If you have NuGet Package Restore enabled, uncomment this +#packages/ + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + +# Visual Studio profiler +*.psess +*.vsp + +# ReSharper is a .NET coding add-in +_ReSharper* + +# Installshield output folder +[Ee]xpress + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish + +# Others +[Bb]in +[Oo]bj +sql +TestResults +*.Cache +ClientBin +stylecop.* +~$* +*.dbmdl +Generated_Code #added for RIA/Silverlight projects + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML + + + +############ +## Windows +############ + +# Windows image file caches +Thumbs.db + +# Folder config file +Desktop.ini + + +############# +## Python +############# + +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg + +# Mac crap +.DS_Store diff --git a/bucket.png b/bucket.png new file mode 100644 index 0000000..4aa318f Binary files /dev/null and b/bucket.png differ diff --git a/bucket_lava.png b/bucket_lava.png new file mode 100644 index 0000000..d67cba2 Binary files /dev/null and b/bucket_lava.png differ diff --git a/bucket_water.png b/bucket_water.png new file mode 100644 index 0000000..7fdc22b Binary files /dev/null and b/bucket_water.png differ diff --git a/crack_anylength.png b/crack_anylength.png new file mode 100644 index 0000000..4997839 Binary files /dev/null and b/crack_anylength.png differ diff --git a/default_apple.png b/default_apple.png new file mode 100644 index 0000000..d6d850a Binary files /dev/null and b/default_apple.png differ diff --git a/default_book.png b/default_book.png new file mode 100644 index 0000000..34789c0 Binary files /dev/null and b/default_book.png differ diff --git a/default_bookshelf.png b/default_bookshelf.png new file mode 100644 index 0000000..c23e8b6 Binary files /dev/null and b/default_bookshelf.png differ diff --git a/default_brick.png b/default_brick.png new file mode 100644 index 0000000..4d488f9 Binary files /dev/null and b/default_brick.png differ diff --git a/default_cactus_side.png b/default_cactus_side.png new file mode 100644 index 0000000..0bb0d75 Binary files /dev/null and b/default_cactus_side.png differ diff --git a/default_cactus_top.png b/default_cactus_top.png new file mode 100644 index 0000000..ef9ff0c Binary files /dev/null and b/default_cactus_top.png differ diff --git a/default_chest_front.png b/default_chest_front.png new file mode 100644 index 0000000..95d1963 Binary files /dev/null and b/default_chest_front.png differ diff --git a/default_chest_lock.png b/default_chest_lock.png new file mode 100644 index 0000000..2aaff4a Binary files /dev/null and b/default_chest_lock.png differ diff --git a/default_chest_side.png b/default_chest_side.png new file mode 100644 index 0000000..3cd6088 Binary files /dev/null and b/default_chest_side.png differ diff --git a/default_chest_top.png b/default_chest_top.png new file mode 100644 index 0000000..bd9539a Binary files /dev/null and b/default_chest_top.png differ diff --git a/default_clay.png b/default_clay.png new file mode 100644 index 0000000..c8083a7 Binary files /dev/null and b/default_clay.png differ diff --git a/default_clay_brick.png b/default_clay_brick.png new file mode 100644 index 0000000..f4c4488 Binary files /dev/null and b/default_clay_brick.png differ diff --git a/default_clay_lump.png b/default_clay_lump.png new file mode 100644 index 0000000..9e1793f Binary files /dev/null and b/default_clay_lump.png differ diff --git a/default_cloud.png b/default_cloud.png new file mode 100644 index 0000000..24091a3 Binary files /dev/null and b/default_cloud.png differ diff --git a/default_coal_lump.png b/default_coal_lump.png new file mode 100644 index 0000000..ceea63b Binary files /dev/null and b/default_coal_lump.png differ diff --git a/default_cobble.png b/default_cobble.png new file mode 100644 index 0000000..158f5d5 Binary files /dev/null and b/default_cobble.png differ diff --git a/default_desert_sand.png b/default_desert_sand.png new file mode 100644 index 0000000..8b8fcd6 Binary files /dev/null and b/default_desert_sand.png differ diff --git a/default_desert_stone.png b/default_desert_stone.png new file mode 100644 index 0000000..31e5016 Binary files /dev/null and b/default_desert_stone.png differ diff --git a/default_dirt.png b/default_dirt.png new file mode 100644 index 0000000..7401bcc Binary files /dev/null and b/default_dirt.png differ diff --git a/default_dry_shrub.png b/default_dry_shrub.png new file mode 100644 index 0000000..9be65e4 Binary files /dev/null and b/default_dry_shrub.png differ diff --git a/default_fence.png b/default_fence.png new file mode 100644 index 0000000..0b99f0e Binary files /dev/null and b/default_fence.png differ diff --git a/default_furnace_bottom.png b/default_furnace_bottom.png new file mode 100644 index 0000000..f4762fc Binary files /dev/null and b/default_furnace_bottom.png differ diff --git a/default_furnace_front.png b/default_furnace_front.png new file mode 100644 index 0000000..79a7a29 Binary files /dev/null and b/default_furnace_front.png differ diff --git a/default_furnace_front_active.png b/default_furnace_front_active.png new file mode 100644 index 0000000..a22fa76 Binary files /dev/null and b/default_furnace_front_active.png differ diff --git a/default_furnace_side.png b/default_furnace_side.png new file mode 100644 index 0000000..a48b1bf Binary files /dev/null and b/default_furnace_side.png differ diff --git a/default_furnace_top.png b/default_furnace_top.png new file mode 100644 index 0000000..ea25f72 Binary files /dev/null and b/default_furnace_top.png differ diff --git a/default_glass.png b/default_glass.png new file mode 100644 index 0000000..911acdf Binary files /dev/null and b/default_glass.png differ diff --git a/default_grass.png b/default_grass.png new file mode 100644 index 0000000..24ece15 Binary files /dev/null and b/default_grass.png differ diff --git a/default_grass_footsteps.png b/default_grass_footsteps.png new file mode 100644 index 0000000..57e063d Binary files /dev/null and b/default_grass_footsteps.png differ diff --git a/default_grass_side.png b/default_grass_side.png new file mode 100644 index 0000000..f5ed847 Binary files /dev/null and b/default_grass_side.png differ diff --git a/default_gravel.png b/default_gravel.png new file mode 100644 index 0000000..354a13e Binary files /dev/null and b/default_gravel.png differ diff --git a/default_iron_lump.png b/default_iron_lump.png new file mode 100644 index 0000000..1a3c065 Binary files /dev/null and b/default_iron_lump.png differ diff --git a/default_junglegrass.png b/default_junglegrass.png new file mode 100644 index 0000000..2c00dde Binary files /dev/null and b/default_junglegrass.png differ diff --git a/default_jungletree.png b/default_jungletree.png new file mode 100644 index 0000000..1676a6e Binary files /dev/null and b/default_jungletree.png differ diff --git a/default_jungletree_top.png b/default_jungletree_top.png new file mode 100644 index 0000000..b49e1f6 Binary files /dev/null and b/default_jungletree_top.png differ diff --git a/default_ladder.png b/default_ladder.png new file mode 100644 index 0000000..5e8a109 Binary files /dev/null and b/default_ladder.png differ diff --git a/default_lava.png b/default_lava.png new file mode 100644 index 0000000..9cf9fa8 Binary files /dev/null and b/default_lava.png differ diff --git a/default_lava_flowing_animated.png b/default_lava_flowing_animated.png new file mode 100644 index 0000000..df4fa23 Binary files /dev/null and b/default_lava_flowing_animated.png differ diff --git a/default_lava_source_animated.png b/default_lava_source_animated.png new file mode 100644 index 0000000..42428af Binary files /dev/null and b/default_lava_source_animated.png differ diff --git a/default_leaves.png b/default_leaves.png new file mode 100644 index 0000000..62cb28c Binary files /dev/null and b/default_leaves.png differ diff --git a/default_mese_block.png b/default_mese_block.png new file mode 100644 index 0000000..4f88fde Binary files /dev/null and b/default_mese_block.png differ diff --git a/default_mese_crystal.png b/default_mese_crystal.png new file mode 100644 index 0000000..6db3f5f Binary files /dev/null and b/default_mese_crystal.png differ diff --git a/default_mese_crystal_fragment.png b/default_mese_crystal_fragment.png new file mode 100644 index 0000000..ffbda18 Binary files /dev/null and b/default_mese_crystal_fragment.png differ diff --git a/default_mineral_coal.png b/default_mineral_coal.png new file mode 100644 index 0000000..5d23943 Binary files /dev/null and b/default_mineral_coal.png differ diff --git a/default_mineral_iron.png b/default_mineral_iron.png new file mode 100644 index 0000000..60fc597 Binary files /dev/null and b/default_mineral_iron.png differ diff --git a/default_mineral_mese.png b/default_mineral_mese.png new file mode 100644 index 0000000..6148c33 Binary files /dev/null and b/default_mineral_mese.png differ diff --git a/default_mossycobble.png b/default_mossycobble.png new file mode 100644 index 0000000..de524b0 Binary files /dev/null and b/default_mossycobble.png differ diff --git a/default_nc_back.png b/default_nc_back.png new file mode 100644 index 0000000..80d74e5 Binary files /dev/null and b/default_nc_back.png differ diff --git a/default_nc_front.png b/default_nc_front.png new file mode 100644 index 0000000..6c4b5f0 Binary files /dev/null and b/default_nc_front.png differ diff --git a/default_nc_rb.png b/default_nc_rb.png new file mode 100644 index 0000000..58adcf7 Binary files /dev/null and b/default_nc_rb.png differ diff --git a/default_nc_side.png b/default_nc_side.png new file mode 100644 index 0000000..5143505 Binary files /dev/null and b/default_nc_side.png differ diff --git a/default_paper.png b/default_paper.png new file mode 100644 index 0000000..4217ca6 Binary files /dev/null and b/default_paper.png differ diff --git a/default_papyrus.png b/default_papyrus.png new file mode 100644 index 0000000..cadd30f Binary files /dev/null and b/default_papyrus.png differ diff --git a/default_rail.png b/default_rail.png new file mode 100644 index 0000000..19ece4b Binary files /dev/null and b/default_rail.png differ diff --git a/default_rail_crossing.png b/default_rail_crossing.png new file mode 100644 index 0000000..ac39940 Binary files /dev/null and b/default_rail_crossing.png differ diff --git a/default_rail_curved.png b/default_rail_curved.png new file mode 100644 index 0000000..96eae9b Binary files /dev/null and b/default_rail_curved.png differ diff --git a/default_rail_t_junction.png b/default_rail_t_junction.png new file mode 100644 index 0000000..a9915ce Binary files /dev/null and b/default_rail_t_junction.png differ diff --git a/default_sand.png b/default_sand.png new file mode 100644 index 0000000..82a8397 Binary files /dev/null and b/default_sand.png differ diff --git a/default_sandstone.png b/default_sandstone.png new file mode 100644 index 0000000..b9e1ac0 Binary files /dev/null and b/default_sandstone.png differ diff --git a/default_sapling.png b/default_sapling.png new file mode 100644 index 0000000..1455b6e Binary files /dev/null and b/default_sapling.png differ diff --git a/default_sign_wall.png b/default_sign_wall.png new file mode 100644 index 0000000..30fd1f3 Binary files /dev/null and b/default_sign_wall.png differ diff --git a/default_steel_block.png b/default_steel_block.png new file mode 100644 index 0000000..86dae5e Binary files /dev/null and b/default_steel_block.png differ diff --git a/default_steel_ingot.png b/default_steel_ingot.png new file mode 100644 index 0000000..b5f3bb3 Binary files /dev/null and b/default_steel_ingot.png differ diff --git a/default_stick.png b/default_stick.png new file mode 100644 index 0000000..2d31797 Binary files /dev/null and b/default_stick.png differ diff --git a/default_stone.png b/default_stone.png new file mode 100644 index 0000000..ef5b2bc Binary files /dev/null and b/default_stone.png differ diff --git a/default_tnt_bottom.png b/default_tnt_bottom.png new file mode 100644 index 0000000..00bb3b7 Binary files /dev/null and b/default_tnt_bottom.png differ diff --git a/default_tnt_side.png b/default_tnt_side.png new file mode 100644 index 0000000..71f3335 Binary files /dev/null and b/default_tnt_side.png differ diff --git a/default_tnt_top.png b/default_tnt_top.png new file mode 100644 index 0000000..baf2c43 Binary files /dev/null and b/default_tnt_top.png differ diff --git a/default_tool_mesepick.png b/default_tool_mesepick.png new file mode 100644 index 0000000..e6d5767 Binary files /dev/null and b/default_tool_mesepick.png differ diff --git a/default_tool_steelaxe.png b/default_tool_steelaxe.png new file mode 100644 index 0000000..a98e9eb Binary files /dev/null and b/default_tool_steelaxe.png differ diff --git a/default_tool_steelpick.png b/default_tool_steelpick.png new file mode 100644 index 0000000..e36d184 Binary files /dev/null and b/default_tool_steelpick.png differ diff --git a/default_tool_steelshovel.png b/default_tool_steelshovel.png new file mode 100644 index 0000000..8ed1617 Binary files /dev/null and b/default_tool_steelshovel.png differ diff --git a/default_tool_steelsword.png b/default_tool_steelsword.png new file mode 100644 index 0000000..585ce9a Binary files /dev/null and b/default_tool_steelsword.png differ diff --git a/default_tool_stoneaxe.png b/default_tool_stoneaxe.png new file mode 100644 index 0000000..6b705ea Binary files /dev/null and b/default_tool_stoneaxe.png differ diff --git a/default_tool_stonepick.png b/default_tool_stonepick.png new file mode 100644 index 0000000..8c785d9 Binary files /dev/null and b/default_tool_stonepick.png differ diff --git a/default_tool_stoneshovel.png b/default_tool_stoneshovel.png new file mode 100644 index 0000000..4253822 Binary files /dev/null and b/default_tool_stoneshovel.png differ diff --git a/default_tool_stonesword.png b/default_tool_stonesword.png new file mode 100644 index 0000000..0505239 Binary files /dev/null and b/default_tool_stonesword.png differ diff --git a/default_tool_woodaxe.png b/default_tool_woodaxe.png new file mode 100644 index 0000000..2d61772 Binary files /dev/null and b/default_tool_woodaxe.png differ diff --git a/default_tool_woodpick.png b/default_tool_woodpick.png new file mode 100644 index 0000000..b27b13c Binary files /dev/null and b/default_tool_woodpick.png differ diff --git a/default_tool_woodshovel.png b/default_tool_woodshovel.png new file mode 100644 index 0000000..88f1da9 Binary files /dev/null and b/default_tool_woodshovel.png differ diff --git a/default_tool_woodsword.png b/default_tool_woodsword.png new file mode 100644 index 0000000..b6402f5 Binary files /dev/null and b/default_tool_woodsword.png differ diff --git a/default_torch.png b/default_torch.png new file mode 100644 index 0000000..e589339 Binary files /dev/null and b/default_torch.png differ diff --git a/default_torch_animated.png b/default_torch_animated.png new file mode 100644 index 0000000..5711e11 Binary files /dev/null and b/default_torch_animated.png differ diff --git a/default_torch_on_ceiling.png b/default_torch_on_ceiling.png new file mode 100644 index 0000000..78c019d Binary files /dev/null and b/default_torch_on_ceiling.png differ diff --git a/default_torch_on_ceiling_animated.png b/default_torch_on_ceiling_animated.png new file mode 100644 index 0000000..42426d5 Binary files /dev/null and b/default_torch_on_ceiling_animated.png differ diff --git a/default_torch_on_floor.png b/default_torch_on_floor.png new file mode 100644 index 0000000..a58704f Binary files /dev/null and b/default_torch_on_floor.png differ diff --git a/default_torch_on_floor_animated.png b/default_torch_on_floor_animated.png new file mode 100644 index 0000000..8ea0cd2 Binary files /dev/null and b/default_torch_on_floor_animated.png differ diff --git a/default_tree.png b/default_tree.png new file mode 100644 index 0000000..289eb09 Binary files /dev/null and b/default_tree.png differ diff --git a/default_tree_top.png b/default_tree_top.png new file mode 100644 index 0000000..2aa73c4 Binary files /dev/null and b/default_tree_top.png differ diff --git a/default_water.png b/default_water.png new file mode 100644 index 0000000..fe652a9 Binary files /dev/null and b/default_water.png differ diff --git a/default_water_flowing_animated.png b/default_water_flowing_animated.png new file mode 100644 index 0000000..da5ed32 Binary files /dev/null and b/default_water_flowing_animated.png differ diff --git a/default_water_source_animated.png b/default_water_source_animated.png new file mode 100644 index 0000000..3178c24 Binary files /dev/null and b/default_water_source_animated.png differ diff --git a/default_wood.png b/default_wood.png new file mode 100644 index 0000000..a1c5b14 Binary files /dev/null and b/default_wood.png differ diff --git a/door_steel_a.png b/door_steel_a.png new file mode 100644 index 0000000..a0d4190 Binary files /dev/null and b/door_steel_a.png differ diff --git a/door_steel_b.png b/door_steel_b.png new file mode 100644 index 0000000..0b94efd Binary files /dev/null and b/door_steel_b.png differ diff --git a/door_wood_a.png b/door_wood_a.png new file mode 100644 index 0000000..eccee01 Binary files /dev/null and b/door_wood_a.png differ diff --git a/door_wood_b.png b/door_wood_b.png new file mode 100644 index 0000000..9ef80d7 Binary files /dev/null and b/door_wood_b.png differ diff --git a/heart.png b/heart.png new file mode 100644 index 0000000..d37b7ff Binary files /dev/null and b/heart.png differ diff --git a/player.png b/player.png new file mode 100644 index 0000000..7891e2c Binary files /dev/null and b/player.png differ diff --git a/player_back.png b/player_back.png new file mode 100644 index 0000000..eec1ad5 Binary files /dev/null and b/player_back.png differ diff --git a/wieldhand.png b/wieldhand.png new file mode 100644 index 0000000..d81d4a7 Binary files /dev/null and b/wieldhand.png differ diff --git a/wool_black.png b/wool_black.png new file mode 100644 index 0000000..947869f Binary files /dev/null and b/wool_black.png differ diff --git a/wool_blue.png b/wool_blue.png new file mode 100644 index 0000000..e0be68a Binary files /dev/null and b/wool_blue.png differ diff --git a/wool_brown.png b/wool_brown.png new file mode 100644 index 0000000..202f5ed Binary files /dev/null and b/wool_brown.png differ diff --git a/wool_cyan.png b/wool_cyan.png new file mode 100644 index 0000000..558d5f8 Binary files /dev/null and b/wool_cyan.png differ diff --git a/wool_dark_green.png b/wool_dark_green.png new file mode 100644 index 0000000..a3e399c Binary files /dev/null and b/wool_dark_green.png differ diff --git a/wool_dark_grey.png b/wool_dark_grey.png new file mode 100644 index 0000000..d0c821d Binary files /dev/null and b/wool_dark_grey.png differ diff --git a/wool_green.png b/wool_green.png new file mode 100644 index 0000000..27f302f Binary files /dev/null and b/wool_green.png differ diff --git a/wool_grey.png b/wool_grey.png new file mode 100644 index 0000000..94292fa Binary files /dev/null and b/wool_grey.png differ diff --git a/wool_magenta.png b/wool_magenta.png new file mode 100644 index 0000000..ec93dc3 Binary files /dev/null and b/wool_magenta.png differ diff --git a/wool_orange.png b/wool_orange.png new file mode 100644 index 0000000..dfe15ae Binary files /dev/null and b/wool_orange.png differ diff --git a/wool_pink.png b/wool_pink.png new file mode 100644 index 0000000..0b884c3 Binary files /dev/null and b/wool_pink.png differ diff --git a/wool_red.png b/wool_red.png new file mode 100644 index 0000000..9bdd8d6 Binary files /dev/null and b/wool_red.png differ diff --git a/wool_violet.png b/wool_violet.png new file mode 100644 index 0000000..a44b627 Binary files /dev/null and b/wool_violet.png differ diff --git a/wool_white.png b/wool_white.png new file mode 100644 index 0000000..dcfc0c2 Binary files /dev/null and b/wool_white.png differ diff --git a/wool_yellow.png b/wool_yellow.png new file mode 100644 index 0000000..4c84d02 Binary files /dev/null and b/wool_yellow.png differ