diff options
Diffstat (limited to 'src/constants.zig')
| -rw-r--r-- | src/constants.zig | 3 |
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; |
