From 2ad96b7f882ff962f67a13c7c56a46df86cfe6e3 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Tue, 18 Jun 2019 02:29:24 -0500 Subject: added camera struct, moved map drawing to map struct, now draws a character that moves --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.rs') diff --git a/src/constants.rs b/src/constants.rs index dd61e38..ceb6c7f 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -1,2 +1,2 @@ pub const TILE_SCALE: f32 = 3.0; -pub const CAMERA_MOVE: f32 = 5.0; +pub const PLAYER_SPEED: f32 = 5.0; -- cgit v1.2.3