mirror of
https://codeberg.org/schrottkatze/mgd2-tram-championships.git
synced 2025-07-03 10:37:39 +00:00
uh change idea
This commit is contained in:
parent
fc83ab8452
commit
684fdd5558
5 changed files with 70 additions and 3 deletions
10
src/game.rs
10
src/game.rs
|
@ -7,6 +7,16 @@ use crate::{
|
|||
|
||||
mod camera;
|
||||
mod scene;
|
||||
mod tram {
|
||||
use bevy::prelude::*;
|
||||
|
||||
fn spawn_tram(
|
||||
mut c: Commands,
|
||||
mut meshes: ResMut<Assets<Mesh>>,
|
||||
mut materials: ResMut<Assets<StandardMaterial>>,
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
/// Gameplay system set. All functions in this control the gameplay (duh).
|
||||
#[derive(SystemSet, Debug, Clone, PartialEq, Eq, Hash)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue