Jump to content

Illumina Taskbar Error


Recommended Posts

Hey guys me and my friend have been working on the illumina interface to release to the general public.We are currently about 50% into completing the actual client based script.We have been working on the taskbar but we have a few errors in it.

The taskbar functions are all ok.But the other things such as + buttons and chat buttons dont work.In the image below u can see the sections of where we cant click on the client

Any help would be gladly appreciated.

Bug.png

  • Love 1
Link to comment
Share on other sites

  • 6 months later...
  • Premium

uiscript/gamewindow.py

 

 

                    "name":"StatusPlusLabel",
                    "type":"text",
                    "x": 16,
                    "y": 40,
                    "text":uiScriptLocale.GAME_STAT_UP,
                    "r":1.0, "g":1.0, "b":1.0, "a":1.0,
                    "text_horizontal_align":"center"

 

and

 

                    "name":"SkillPlusLabel",
                    "type":"text",
                    "x": 16,
                    "y": 40,
                    "text":uiScriptLocale.GAME_SKILL_UP,
                    "r":1.0, "g":1.0, "b":1.0, "a":1.0,
                    "text_horizontal_align":"center"

 

 

edit x & y as you want to relocate on the screen

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.