aboutsummaryrefslogtreecommitdiff
path: root/src/constants.zig
diff options
context:
space:
mode:
authortslil clingman <>2021-09-10 00:02:18 -0400
committertslil clingman <>2021-09-10 00:02:18 -0400
commitf59d8c3b31781c4093aa526d7f66544d132765e9 (patch)
tree732a1fa0cb1a9d5b543c69074f17fedbc0eebfa6 /src/constants.zig
parent9e15cb6352c9afc771c41451dea86b93e35349e5 (diff)
Textures repeat rather than scale?
Diffstat (limited to 'src/constants.zig')
-rw-r--r--src/constants.zig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants.zig b/src/constants.zig
index 5c89b94..1ca0c4f 100644
--- a/src/constants.zig
+++ b/src/constants.zig
@@ -14,6 +14,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
+
pub const ScreenWidth: f32 = 1024;
pub const ScreenHeight: f32 = 768;
@@ -28,4 +29,4 @@ pub const BackTextureHeight: f32 = 240;
pub const TextureDim: f32 = 32.0;
-pub const MAX_HEIGHT: f32 = 1;
+pub const MAX_HEIGHT: f32 = 2;