get started on entity (#793)

This commit is contained in:
water111
2021-08-31 11:05:03 -04:00
committed by GitHub
parent ccdfa01a88
commit 34e8afa0ee
36 changed files with 1931 additions and 340 deletions
+4
View File
@@ -124,6 +124,10 @@ void DefaultMapping(MappingInfo& mapping) {
}
}
// r1/l1
MapButton(mapping, Button::L1, 0, GLFW_KEY_U);
MapButton(mapping, Button::R1, 0, GLFW_KEY_I);
// face buttons
MapButton(mapping, Button::Ecks, 0, GLFW_KEY_Z);
MapButton(mapping, Button::Square, 0, GLFW_KEY_X);