Skip to content

Commit

Permalink
Use other image for hud. Impossible scale !
Browse files Browse the repository at this point in the history
  • Loading branch information
Jat15 committed Dec 16, 2013
1 parent 39db258 commit 58891b1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions survival_hunger/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ survival.register_state("hunger", {
hud = {
pos = {x=0.5, y=0.9};
offset = {x=-175, y=-15};
image = "default_apple.png";
--image = "survival_hunger_hud.png";
image = "survival_hunger_hud_apple.png";
};
get_default = function ( hudidn )
return {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions survival_thirst/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ survival.register_state("thirst", {
hud = {
pos = {x=0.5, y=0.9};
offset = {x=-10, y=-15};
image = "survival_thirst_water_glass.png";
--image = "survival_thirst_hud.png";
image = "survival_thirst_hud_water_glass.png";
};
get_default = function ( hudidn )
return {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58891b1

Please sign in to comment.