Stars and galaxies?

This commit is contained in:
Simon Forman
2024-04-13 13:20:48 -07:00
parent 4c905e3aa2
commit c59f341e91
2 changed files with 36 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Selectable Stars
Tk supports "active" properties on canvas items that take effect when the
mouse is over the item, so highlighting stars when you mouse over them is
easy.
It's also easy to bind a function/method to <Enter> events and then e.g.
update a status bar or HUD widget or something.
When you click on a star it should "select" it
- populate GUI for star
- panel on the side?
- dedicated tab?
- maintain history list of stars to help track what you've been looking
at (memory aid)
- Select planets to queue orders.