Moved the framebuffer gen to the canvas. Cleaned up a lot of unused imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use sfml::graphics::{CircleShape, Color, Drawable, RectangleShape, RenderStates, RenderTarget, RenderWindow, Shape, Transformable, Text, Font};
|
||||
use sfml::window::{Event, Key, Style};
|
||||
use sfml::graphics::{Color, Drawable, RectangleShape, RenderStates, RenderTarget, RenderWindow, Shape, Transformable, Text, Font};
|
||||
|
||||
use sfml::system::Vector2f;
|
||||
|
||||
trait Clickable {
|
||||
|
||||
Reference in New Issue
Block a user