CeilingPhantom / theharvest

farming simulator made in python using pygame
MIT License
0 stars 0 forks source link

Drag-across-able/expandable/zoom-in-out-able grid #1

Open CeilingPhantom opened 5 years ago

CeilingPhantom commented 5 years ago

may be difficult with pygame

CeilingPhantom commented 5 years ago

https://github.com/CeilingPhantom/theharvest/blob/95c1f5e000e4b25735431eabf06a6f88d10aa814/modules/Farm.py#L955

increase array size for arrays representing farm tiles and draw only those in focus

CeilingPhantom commented 5 years ago

save coordinates of topleft of viewable grid when saving

CeilingPhantom commented 5 years ago

make feature where if cursor is near the border of the viewable grid area, shift viewable grid in that direction

CeilingPhantom commented 5 years ago