mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] changes your cursor to an eye when you are holding shift to indicate you will examine (#1124)
* changes your cursor to an eye when you are holding shift to indicate you will examine (#54083) * changes your cursor to an eye when you are holding shift to indicate you will examine Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
|
||||
holder?.key_down(_key, src)
|
||||
mob.focus?.key_down(_key, src)
|
||||
mob.update_mouse_pointer()
|
||||
|
||||
|
||||
/client/verb/keyUp(_key as text)
|
||||
@@ -104,6 +105,7 @@
|
||||
break
|
||||
holder?.key_up(_key, src)
|
||||
mob.focus?.key_up(_key, src)
|
||||
mob.update_mouse_pointer()
|
||||
|
||||
|
||||
// Called every game tick
|
||||
|
||||
Reference in New Issue
Block a user