diff options
author | Paramat <paramat@users.noreply.github.com> | 2019-08-20 21:09:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 21:09:44 +0100 |
commit | b52a79076d2e209686fca678fc574fab71b67359 (patch) | |
tree | a32316c7303d699cc812fc0e29cbe8f83142cb52 /textures/base | |
parent | 75d44ef1e8a90f32adfa3587ebeabc436f2026f0 (diff) | |
download | minetest-b52a79076d2e209686fca678fc574fab71b67359.tar.gz minetest-b52a79076d2e209686fca678fc574fab71b67359.tar.bz2 minetest-b52a79076d2e209686fca678fc574fab71b67359.zip |
Add player sprite textures back into the engine as a fallback (#8823)
'player.png' and 'player_back.png' are hardcoded into the engine as
the default appearence of the player object, so the textures should
be present in the engine.
This results in a functional fallback sprite player for when a game
has no player appearence related code.
Diffstat (limited to 'textures/base')
-rw-r--r-- | textures/base/pack/player.png | bin | 0 -> 142 bytes |
-rw-r--r-- | textures/base/pack/player_back.png | bin | 0 -> 140 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/textures/base/pack/player.png b/textures/base/pack/player.png Binary files differnew file mode 100644 index 000000000..6d61c4342 --- /dev/null +++ b/textures/base/pack/player.png diff --git a/textures/base/pack/player_back.png b/textures/base/pack/player_back.png Binary files differnew file mode 100644 index 000000000..5e9ef0542 --- /dev/null +++ b/textures/base/pack/player_back.png |