From f57f03cd87d205d8304008d08c05f53c34b44435 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 7 Apr 2021 19:07:33 +0530 Subject: use floating angles --- src/consts.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/consts.rs') diff --git a/src/consts.rs b/src/consts.rs index 0b43f0a..7087073 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -11,3 +11,4 @@ pub mod colors { pub const FONT_PATH: &str = "./assets/NerdInput-Regular.ttf"; pub const STDLIB_PATH: &str = "./src/lisp/std.lisp"; pub const RC_PATH: &str = "/home/np/.config/sdl-tests"; +pub const ANGLE: f64 = 26.565; -- cgit v1.2.3