aboutsummaryrefslogtreecommitdiff
path: root/game/src/GameSession/MapControlPanel.tscn
Commit message (Collapse)AuthorAgeLines
* Added requirement comments Hop3112023-04-11-0/+3
|
* Minimap viewport loops from x=0 to x=1 Hop3112023-04-11-27/+22
|
* Minimap functionality Gone2Daly2023-04-09-12/+37
| | | | Adding minimap click, cutting minimap camera edges, adding check for mouse of the window to stop parallax, also adding lock for parallax when mouse on minimap.
* Map modes + moved province index image to SIM side Hop3112023-04-08-3/+4
|
* First go at terrain map implementation Hop3112023-03-30-1/+8
|
* Basic Game Session skeleton (#67) Hop3112023-03-22-0/+32
* Fixed grab_focus error on not is_inside_tree * Moved SampleGame to GameSession/GameSession * Basic GameSession and GameSessionMenu/Escape Menu * Map Control Panel skeleton * Added requirement comments * Removed unnecessary CenterContainer