parallax init ja lol ey
This commit is contained in:
parent
fe1af23d90
commit
f6298ad94b
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ use bevy_rapier2d::prelude::*;
|
|||
use game::game_plugin;
|
||||
|
||||
mod game;
|
||||
mod parallax;
|
||||
|
||||
const METER: f32 = 60.;
|
||||
|
||||
|
|
1
src/parallax.rs
Normal file
1
src/parallax.rs
Normal file
|
@ -0,0 +1 @@
|
|||
use bevy::prelude::*;
|
Loading…
Add table
Reference in a new issue