implement blueprint creation, placement, saving and loading

This commit is contained in:
Crispy 2024-10-10 16:58:50 +02:00
parent 3e4eb21e5e
commit e22f568d2f
9 changed files with 281 additions and 40 deletions

View file

@ -5,6 +5,7 @@ use std::{
use raylib::prelude::*;
mod blueprint;
mod editor;
mod level;
mod marble_engine;