Skip to content

Commit

Permalink
Adjustments to ration scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
caligari87 committed Dec 1, 2018
1 parent c123e0f commit f94d979
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
5 changes: 0 additions & 5 deletions modules/hunger/items.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ class UaS_FoodRation : HDPickup {
hdpickup.bulk 4;
hdpickup.nicename "Food Ration";
hdpickup.refid UAS_HDLD_FRATION;
scale 0.2;
//-INVENTORY.INVBAR;
+INVENTORY.IGNORESKILL;
}

Expand All @@ -24,9 +22,6 @@ class UaS_WaterRation : HDPickup {
hdpickup.bulk 8;
hdpickup.nicename "Water Ration";
hdpickup.refid UAS_HDLD_WRATION;
XScale 0.3;
YScale 0.4;
//-INVENTORY.INVBAR;
+INVENTORY.IGNORESKILL;
}

Expand Down
26 changes: 7 additions & 19 deletions textures.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
// Texture definitions generated by SLADE3
// on Sat Dec 1 09:44:03 2018
// on Sat Dec 1 11:36:15 2018

Sprite "HSCVA0", 23, 12
{
XScale 2.000
YScale 2.000
Offset 11, 11
Patch "HSCVA0", 0, 0
}

Sprite "HSCVC0", 23, 11
{
XScale 3.000
YScale 3.000
Offset 11, 10
Patch "HSCVC0", 0, 0
}
Expand Down Expand Up @@ -99,75 +103,59 @@ Sprite "HSCVQ0", 13, 14

Sprite "HSCVR0", 23, 12
{
XScale 2.000
YScale 2.000
Offset 11, 11
Patch "HSCVR0", 0, 0
}

Sprite "UGSIA1", 128, 128
{
XScale 1.000
YScale 1.000
Offset 64, 64
Patch "UGSIA1", 0, 0
}

Sprite "UGSIA9AG", 128, 128
{
XScale 1.000
YScale 1.000
Offset 64, 64
Patch "UGSIA9AG", 0, 0
}

Sprite "UGSIA2A8", 128, 128
{
XScale 1.000
YScale 1.000
Offset 64, 64
Patch "UGSIA2A8", 0, 0
}

Sprite "UGSIAAAF", 128, 128
{
XScale 1.000
YScale 1.000
Offset 64, 64
Patch "UGSIAAAF", 0, 0
}

Sprite "UGSIA3A7", 128, 128
{
XScale 1.000
YScale 1.000
Offset 64, 64
Patch "UGSIA3A7", 0, 0
}

Sprite "UGSIABAE", 128, 128
{
XScale 1.000
YScale 1.000
Offset 64, 64
}

Sprite "UGSIA4A6", 128, 128
{
XScale 1.000
YScale 1.000
Offset 64, 64
}

Sprite "UGSIACAD", 128, 128
{
XScale 1.000
YScale 1.000
Offset 64, 64
}

Sprite "UGSIA5", 128, 128
{
XScale 1.000
YScale 1.000
Offset 64, 64
}

Expand Down

0 comments on commit f94d979

Please sign in to comment.