pkulev / xoinvader

Python space game in terminal
http://mmap.me
MIT License
12 stars 1 forks source link

Background: shrink background surface #62

Open pkulev opened 7 years ago

pkulev commented 7 years ago

Abstract

Background tries to render on border (I've learned it from renderer logs). This is not quite good because:

Implementation

Find place where Surface sends to renderer and don't use (x, 0) and (x, Settings.layout.border.y) coordinates.