Commit graph

3 commits

Author SHA1 Message Date
! Freaku
8d46d713bb
Update icons_keyboard.py for 1.7.37+ (API 9)
• Additional code which was added for compatibility between different versions of API 8 was removed;
• Removed PLUGIN functionality (not required anymore)
• Use default `# ba_meta export` class
• No longer imports the whole babase module, only the necessary one's
2025-02-08 01:54:51 +05:30
! Freaku
de86c6da62
Update icons_keyboard.py
• Since 1.7.30, Eric deprecated short-form `# ba_meta export keyboard` and instead encourage modders to directly use module names `export bauiv1.Keyboard`
• But older versions have it at `export babase.Keyboard`
• So until 1.8 releases, I'm using a plugin which manually registers our keyboard class.
2023-12-28 13:45:44 +05:30
! Freaku
9dff2945be
Update icons_keyboard.py
• Added ALL icons
• Will automatically add new icons introduced in-game in future
• Fixed errors; no characters present in `num` & `pages` list
• Rename file to lowercase: To follow new schema according to using mods via Workspace
2023-12-16 23:06:45 +05:30