add empty overworld world type
This commit is contained in:
parent
576b21d8b9
commit
baae917d0b
4 changed files with 17 additions and 12 deletions
|
@ -1,5 +1,7 @@
|
|||
use comfy::*;
|
||||
|
||||
pub mod worldgen;
|
||||
|
||||
pub fn draw(_state: &crate::State, _engine: &comfy::EngineContext) {
|
||||
draw_circle(vec2(0.0, 0.0), 0.5, GREEN, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue