Added bindings for mouse clicks, fixed lights

This commit is contained in:
MihailRis
2023-11-22 21:15:12 +03:00
parent b472626d8d
commit b6a8358e9e
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ Panel* create_controls_panel(Engine* engine, PagesControl* menu) {
for (auto& entry : Events::bindings){
string bindname = entry.first;
Panel* subpanel = new Panel(vec2(400, 45), vec4(5.0f), 1.0f);
Panel* subpanel = new Panel(vec2(400, 40), vec4(5.0f), 1.0f);
subpanel->color(vec4(0.0f));
subpanel->orientation(Orientation::horizontal);