PETA QUE NI EL PEPE KARTS

This commit is contained in:
2025-02-21 22:00:33 +01:00
parent 7a0bc5c9ae
commit f6098a479b
22 changed files with 386 additions and 392 deletions

View File

@@ -15,14 +15,14 @@
#include "utils.h" // for color_t, stringToColor, options_t
// Constructor
Ending2::Ending2(SDL_Renderer *renderer, Screen *screen, Resource *resource, Asset *asset, Input *input, options_t *options, section_t *section)
Ending2::Ending2(Resource *resource, options_t *options, section_t *section)
{
// Copia los punteros
this->renderer = renderer;
this->screen = screen;
this->screen = Screen::get();
this->renderer = Screen::get()->getRenderer();
this->resource = resource;
this->asset = asset;
this->input = input;
this->asset = Asset::get();
this->input = Input::get();
this->options = options;
this->section = section;