From f59d8c3b31781c4093aa526d7f66544d132765e9 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Fri, 10 Sep 2021 00:02:18 -0400 Subject: Textures repeat rather than scale? --- src/constants.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/constants.zig') 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 . + 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; -- cgit v1.3.1