Updated off screen rendering margin

This commit is contained in:
Lewis Hemens 2014-01-12 11:20:29 +00:00
parent 226cc82ea1
commit 14a19b7327
1 changed files with 1 additions and 1 deletions

View File

@ -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.