afegida clase text
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#ifndef JOC_ASTEROIDES_HPP
|
||||
#define JOC_ASTEROIDES_HPP
|
||||
|
||||
#include "core/graphics/vector_text.hpp"
|
||||
#include "core/types.hpp"
|
||||
#include "game/constants.hpp"
|
||||
#include "game/entities/bala.hpp"
|
||||
@@ -35,6 +36,9 @@ private:
|
||||
Poligon chatarra_cosmica_;
|
||||
uint16_t itocado_;
|
||||
|
||||
// [NUEVO] Text vectorial
|
||||
Graphics::VectorText text_;
|
||||
|
||||
// Funcions privades
|
||||
void tocado();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user