Working on rendering

This commit is contained in:
2018-10-04 21:44:00 +02:00
parent 888aed8102
commit 4a08afee59
4 changed files with 250 additions and 47 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ fn main() {
let game_height = 600;
let mut character = Character::with_controls(Controls::new());
character.set_position((300.0, 200.0));
character.set_position((10.0, 0.0));
let mut scene = Scene::new();
scene.add(character);