diff options
| author | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-18 00:25:29 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-18 00:25:29 -0400 |
| commit | daa61a51eb97f868a56a52fc61b560832dde353b (patch) | |
| tree | 4da42fd8b8265b7e639275e613d4c7f78bf980e9 /src/constants.rs | |
| download | stallman-shooter-daa61a51eb97f868a56a52fc61b560832dde353b.tar.zst | |
Write a working bullet hell
I just fucked up the enemy movement, but hopefully I won't ever need
that old code. The new one is going to look really cool and sweet.
Anything with just modifying acceleration must look very cool and
smooth.
Diffstat (limited to 'src/constants.rs')
| -rw-r--r-- | src/constants.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs new file mode 100644 index 0000000..3868ce3 --- /dev/null +++ b/src/constants.rs @@ -0,0 +1,2 @@ +pub const X_DIM: u32 = 800; +pub const Y_DIM: u32 = 600; |
