JonnyBro / beatrun

Fork of infamous parkour addon for Garry's Mod
https://beatrun.jonnybro.ru
Do What The F*ck You Want To Public License
245 stars 39 forks source link

Feature: Button hints on HUD #215

Open LostTrackpad opened 1 month ago

LostTrackpad commented 1 month ago

What does this pull request add? This pull request adds a button hint feature to the HUD during gameplay to help players learn controls.

Preview image (Action is climbing a ladder.)

Known problems: Nothing aside from missing localization for languages beside English.

JonnyBro commented 1 month ago

Added Russian translation for button hints, I'll check it later today (so words don't go past their designated places)

LostTrackpad commented 1 month ago

(so words don't go past their designated places)

What do you mean by this? The text is already drawn with draw.DrawText with the option to right-align.

JonnyBro commented 1 month ago

What do you mean by this? The text is already drawn with draw.DrawText with the option to right-align.

ah, just to be sure. I don't trust glua sometimes

LostTrackpad commented 1 month ago

Fair enough, GLua sometimes glitches out and just makes things much harder than it needs to be.