diff options
author | Vladimir Krasheninnikov <boba09@list.ru> | 2025-02-08 20:40:33 +0100 |
---|---|---|
committer | Vladimir Krasheninnikov <boba09@list.ru> | 2025-02-08 20:40:33 +0100 |
commit | 0d860dc2e3832d5cb460e4d474b7e08c090a791a (patch) | |
tree | 1923174c217f39ad11451dc8f18961e4785dd068 /assets | |
parent | 4244b60fd27122368d6a685199ddf325dfdd1c2e (diff) |
Search character by name
Diffstat (limited to 'assets')
-rw-r--r-- | assets/opensb/interface/windowconfig/charselection.config.patch | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/assets/opensb/interface/windowconfig/charselection.config.patch b/assets/opensb/interface/windowconfig/charselection.config.patch index c904b44..bc6bffa 100644 --- a/assets/opensb/interface/windowconfig/charselection.config.patch +++ b/assets/opensb/interface/windowconfig/charselection.config.patch @@ -1,9 +1,15 @@ { - "createCharButton" : { - "type" : "button", - "base" : "/interface/title/createcharacter.png", - "hover" : "/interface/title/createcharacterover.png", - "position" : [23, 241], - "pressedOffset" : [0, 0] + "createCharButton": { + "type": "button", + "base": "/interface/title/createcharacter.png", + "hover": "/interface/title/createcharacterover.png", + "position": [ 23, 241 ], + "pressedOffset": [ 0, 0 ] + }, + "searchCharacter": { + "type": "textbox", + "hint": "Search...", + "position": [ 130, 244 ], + "maxWidth": 75 } } |