Updated off screen rendering margin
This commit is contained in:
parent
226cc82ea1
commit
14a19b7327
|
@ -3,7 +3,7 @@ goog.provide('ascii.View');
|
|||
goog.require('ascii.Vector');
|
||||
|
||||
/** @const */ var CHARACTER_PIXELS = 15;
|
||||
/** @const */ var RENDER_PADDING = 20;
|
||||
/** @const */ var RENDER_PADDING = 70;
|
||||
|
||||
/**
|
||||
* Handles view operations, state and management of the screen.
|
||||
|
|
Loading…
Reference in New Issue