Skip to content

Commit

Permalink
Tweak the UI color defaults a little.
Browse files Browse the repository at this point in the history
  • Loading branch information
eukara committed Apr 3, 2023
1 parent 30ecbd1 commit c68d2d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/server/gamerules_singleplayer.qc
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ HLSingleplayerRules::PlayerSpawn(NSClientPlayer pl)
Client_FixAngle(pl, pl.angles);
}



bool
HLSingleplayerRules::ImpulseCommand(NSClient bp, float num)
{
Expand Down
10 changes: 5 additions & 5 deletions src/shared/player.qc
Original file line number Diff line number Diff line change
Expand Up @@ -594,11 +594,11 @@ player::EvaluateEntity(void)
/* the generic client attributes */
NSClientPlayer::EvaluateEntity();

EVALUATE_FIELD(anim_top, PLAYER_TOPFRAME);
EVALUATE_FIELD(anim_top_time, PLAYER_TOPFRAME);
EVALUATE_FIELD(anim_top_delay, PLAYER_TOPFRAME);
EVALUATE_FIELD(anim_bottom, PLAYER_BOTTOMFRAME);
EVALUATE_FIELD(anim_bottom_time, PLAYER_BOTTOMFRAME);
EVALUATE_FIELD(anim_top, PLAYER_TOPFRAME)
EVALUATE_FIELD(anim_top_time, PLAYER_TOPFRAME)
EVALUATE_FIELD(anim_top_delay, PLAYER_TOPFRAME)
EVALUATE_FIELD(anim_bottom, PLAYER_BOTTOMFRAME)
EVALUATE_FIELD(anim_bottom_time, PLAYER_BOTTOMFRAME)

EVALUATE_FIELD(glock_mag, PLAYER_AMMO1)
EVALUATE_FIELD(mp5_mag, PLAYER_AMMO1)
Expand Down
2 changes: 1 addition & 1 deletion zpak001.pk3dir/fonts/ui.font
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
color "255 200 0"
color "255 170 0"
alpha 255
rendersize "12 19"
path fonts/nimbus/NimbusSanL-Reg.otf
Expand Down

0 comments on commit c68d2d7

Please sign in to comment.