Skip to content

Commit

Permalink
ready for next version ? :O
Browse files Browse the repository at this point in the history
  • Loading branch information
GlorifiedPig committed Dec 29, 2020
1 parent 0c79f8c commit ad295d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/entities/glorifiedbanking_atm/cl_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -914,10 +914,10 @@ hook.Add("PlayerButtonDown", "GlorifiedBanking.ATMEntity.PlayerButtonDown", func
end)

--Draw the keypad button hover and cursor
local padw, padh = 218, 347
local keyw, keyh = 55, 116
local padpos = Vector(0.9, -5.2, -10.4)
local padang = Angle(-35.5, 180, 0)
local padw, padh = 221, 372
local keyw, keyh = 52, 118
local padpos = Vector(2.5, -5.3, -9.1)
local padang = Angle(-55, 180, 0)
function ENT:DrawKeypad()
self.IsHoveringKeypad = false

Expand Down

0 comments on commit ad295d7

Please sign in to comment.