minetest/src/client
Luke Puchner-Hardman 7057c196c4 Added "[sheet" to the texture special commands.
"[sheet:WxH:X,Y" assumes the base image is a tilesheet with W*H tiles
on it and crops to the tile at position X,Y.  Basically it works
like "[verticalframe" but in 2D.

For testing, I combined the four default_chest images into one.
2017-01-02 15:28:06 +01:00
..
CMakeLists.txt Initial Gamepad support 2016-06-03 19:42:57 +02:00
clientlauncher.cpp Also support X11 icon for minetest copies installed via make install (#4407) 2016-08-20 21:26:44 +02:00
clientlauncher.h Refactor logging 2015-10-14 01:03:54 -04:00
inputhandler.h Initial Gamepad support 2016-06-03 19:42:57 +02:00
joystick_controller.cpp Initial Gamepad support 2016-06-03 19:42:57 +02:00
joystick_controller.h Initial Gamepad support 2016-06-03 19:42:57 +02:00
keys.h Add zoom, tweakable with zoom_fov, default key: Z (like optifine) 2016-08-10 12:18:25 +02:00
tile.cpp Added "[sheet" to the texture special commands. 2017-01-02 15:28:06 +01:00
tile.h Move TileAnimation code to seperate file 2017-01-02 15:28:06 +01:00