diff options
author | Akshay <[email protected]> | 2021-04-07 14:37:33 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-04-07 14:37:33 +0100 |
commit | f57f03cd87d205d8304008d08c05f53c34b44435 (patch) | |
tree | e1a1da435a4ae8a21209c304d15130d254be7c97 /src/consts.rs | |
parent | c84c38544bc6e81f0b0482e4e82b6c95848c1a0c (diff) |
use floating angles
Diffstat (limited to 'src/consts.rs')
-rw-r--r-- | src/consts.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
11 | pub const FONT_PATH: &str = "./assets/NerdInput-Regular.ttf"; | 11 | pub const FONT_PATH: &str = "./assets/NerdInput-Regular.ttf"; |
12 | pub const STDLIB_PATH: &str = "./src/lisp/std.lisp"; | 12 | pub const STDLIB_PATH: &str = "./src/lisp/std.lisp"; |
13 | pub const RC_PATH: &str = "/home/np/.config/sdl-tests"; | 13 | pub const RC_PATH: &str = "/home/np/.config/sdl-tests"; |
14 | pub const ANGLE: f64 = 26.565; | ||