Implement radio::Renderer and slider::Renderer in ggez example

This commit is contained in:
Héctor Ramón Jiménez 2019-07-23 12:07:00 +02:00
parent f007929b9c
commit 8f6ea4bdc9
5 changed files with 156 additions and 1 deletions

View file

@ -1,5 +1,7 @@
mod button;
mod checkbox;
mod radio;
mod slider;
mod text;
use ggez::graphics::{self, spritebatch::SpriteBatch, Color, Image};