add functionality to move player by using arrow keys

This commit is contained in:
2024-12-14 07:59:43 +00:00
parent 9144c97fba
commit 1901043535
9 changed files with 134 additions and 34 deletions

View File

@@ -1,8 +1,6 @@
$(SML_LIB)/basis/basis.mlb
(* fcore *)
message-types/input-msg.sml
ann
"allowVectorExps true"
in
@@ -15,7 +13,6 @@ fcore/player.sml
(* shell *)
$(SML_LIB)/basis/mlton.mlb
$(SML_LIB)/cml/cml.mlb
ann
"allowFFI true"
@@ -25,6 +22,7 @@ in
ffi/glfw-input.sml
end
shell/input-state.sml
shell/gl-shaders.sml
shell/gl-draw.sml
shell/shell.sml