migrate to comfy
This commit is contained in:
parent
96e3f6982e
commit
e83ec5ce20
4 changed files with 1223 additions and 1925 deletions
9
src/game.rs
Normal file
9
src/game.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
use comfy::*;
|
||||
|
||||
use crate::State;
|
||||
|
||||
pub fn update(_state: &mut State, _engine: &mut EngineContext) {}
|
||||
|
||||
pub fn draw(_state: &State, _engine: &EngineContext) {
|
||||
draw_circle(vec2(0.0, 0.0), 0.5, RED, 0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue