Switch to Pixeludi Pack as default textures

This commit is contained in:
Drew DeVault 2015-10-01 22:44:14 -04:00
parent 578c5af3b9
commit fe479d1e49
7 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ If you are a dirty dev, you are more limited in how you can help. You can work o
## Assets
TrueCraft is compatible with Minecraft beta 1.7.3 texture packs. We ship one of our own, based on [Programmer Art](https://github.com/deathcap/ProgrammerArt). You can install the official assets through the TrueCraft launcher if you wish.
TrueCraft is compatible with Minecraft beta 1.7.3 texture packs. We ship the Pixeludi Pack (by Wojtek Mroczek) by default. You can install the Mojang assets through the TrueCraft launcher if you wish.
## Blah blah blah

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -276,7 +276,7 @@ namespace TrueCraft.Client.Modules
var digging = Digging;
if (gamePad.IsConnected && gamePad.Triggers.Right > 0.5f)
if (gamePad.IsConnected && gamePad.Triggers.Right > 0.5f && gamePad.Triggers.Right < 0.5f)
digging = true;
if (gamePad.IsConnected && gamePad.Triggers.Left > 0.5f && GamePadState.Triggers.Left < 0.5f)
{