Load textures

This commit is contained in:
Evan Pratten 2022-04-03 14:43:37 -04:00 committed by Si Bartha
parent f48e5c11b9
commit 46830e0f93
No known key found for this signature in database
GPG Key ID: 9323054A4EA1EA6C

View File

@ -60,7 +60,7 @@ impl PlayableScene {
let game_soundtrack =
load_music_from_internal_data(thread, "assets/audio/gameSoundtrack.mp3").unwrap();
// Load the player
// Load the player
let player = Player::new(
raylib_handle,
thread,
@ -356,7 +356,7 @@ impl PlayableScene {
player.size -= 0.001;
player.size -= 0.001;
player.size -= 0.001;
self.update_camera(raylib);
}