- [FIX] l'animació no funcionava be

- Versió del Update dels actors per al Editor
- [NEW] gui::TextBox
- [NEW] input::getKeyPressed()
- Acabant el editor...
This commit is contained in:
2023-10-05 18:55:51 +02:00
parent a141d11760
commit 543c6a81e3
7 changed files with 80 additions and 10 deletions

View File

@@ -3,4 +3,5 @@
namespace ui
{
const int button(const char *label, const int x, const int y, const int w, const int h, const int c1, const int c2, const int c3);
const int textbox(const char *label, const int x, const int y, const int w, const int h, const int c1, const int c2);
}