Don melitonada la classe Asset

This commit is contained in:
2024-09-28 13:49:00 +02:00
parent 878518babe
commit fa82758ce1
23 changed files with 99 additions and 56 deletions

View File

@@ -4,13 +4,13 @@
#include <iostream>
// Constructor
Instructions::Instructions(Asset *asset, Input *input, JA_Music_t *music)
Instructions::Instructions(Input *input, JA_Music_t *music)
{
// Copia los punteros
screen = Screen::get();
this->asset = asset;
this->input = input;
this->music = music;
screen = Screen::get();
asset = Asset::get();
renderer = screen->getRenderer();
// Crea objetos