Ansible2 / Kiska-Function-Library

0 stars 1 forks source link

Create a group changer GUI #10

Closed Ansible2 closed 3 years ago

Ansible2 commented 3 years ago

This GUI (which should be a diary entry in the KISKA Systems tab) can have all the groups that belong to the player's current side.

It should just be a list box where on the left list is the group's ID.

In a right list is all the current units in the group that is currently selected.

There will be a join group button at the bottom.

Ansible2 commented 3 years ago

The gui will need to have some periodic looping to update the side groups and current group's units lists while it is open.

Ansible2 commented 3 years ago

Need to add team colors to the current group list.

Ansible2 commented 3 years ago

Show AI check box does not work. The checkbox event does not call the unit list update properly.

Also, the select on line 44 of the unit list update uses () instead of {}.

Ansible2 commented 3 years ago

Also need to add a map open action.