diff options
author | DonBatman <serfdon@gmail.com> | 2015-10-23 13:54:37 -0700 |
---|---|---|
committer | DonBatman <serfdon@gmail.com> | 2015-10-23 13:54:37 -0700 |
commit | 3ab8a0c3f3163ecdcafe8f1f6d2d0e125edcde86 (patch) | |
tree | 2a064c6bf24254c44eaf73aa95ba3ecd6d9319b6 /hud.lua | |
parent | 6b949da2c7610c55f2bb83c693520b9e77a9aebc (diff) |
changed color of hud
new texture for power pellet
renamed craftitems.lua to fruit.lua
changed portal to a yellow color
Diffstat (limited to 'hud.lua')
-rwxr-xr-x | hud.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ function mypacman.update_hud(id, player) position = {x = 0, y = 1}, offset = {x=100, y = -100}, scale = {x = 100, y = 100}, - number = 0x8888FF, --color + number = 0xfff227, --color text = hudtext }) hud_table[game.player_name] = hud |