]> git.lizzy.rs Git - dragonfireclient.git/commit
Add player sprite textures back into the engine as a fallback (#8823)
authorParamat <paramat@users.noreply.github.com>
Tue, 20 Aug 2019 20:09:44 +0000 (21:09 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Aug 2019 20:09:44 +0000 (21:09 +0100)
commitb52a79076d2e209686fca678fc574fab71b67359
treea32316c7303d699cc812fc0e29cbe8f83142cb52
parent75d44ef1e8a90f32adfa3587ebeabc436f2026f0
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.
textures/base/pack/player.png [new file with mode: 0644]
textures/base/pack/player_back.png [new file with mode: 0644]