parallax init ja lol ey

This commit is contained in:
Schrottkatze 2024-11-23 22:55:19 +01:00
parent fe1af23d90
commit f6298ad94b
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
2 changed files with 2 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
use bevy::prelude::*;