Changed camera implementation by renaming space_shape to frame_shape, where its height and width actually correspond to the camera's height and width

This commit is contained in:
Grant Sanderson
2018-03-30 11:34:22 -07:00
parent e168bfe5ba
commit 213c615870
8 changed files with 32 additions and 34 deletions

View File

@ -1860,7 +1860,7 @@ class LHopitalExample(LimitCounterExample, PiCreatureScene, ZoomedScene, Reconfi
"parabola_color" : YELLOW,
"zoomed_canvas_corner" : DOWN+LEFT,
"zoom_factor" : 10,
"zoomed_canvas_space_shape" : (5, 5),
"zoomed_canvas_frame_shape" : (5, 5),
"zoomed_canvas_corner_buff" : MED_SMALL_BUFF,
"zoomed_rect_center_coords" : (1 + 0.1, -0.03),
}