A draft of player controller in libjs

This commit is contained in:
blue 2018-09-02 22:22:28 +03:00
parent f4529f0023
commit 8d202aef4e
2 changed files with 119 additions and 0 deletions

View file

@ -17,3 +17,4 @@ configure_file(localModel.js localModel.js)
configure_file(catalogue.js catalogue.js)
configure_file(imagePane.js imagePane.js)
configure_file(file/file.js file/file.js)
configure_file(player.js player.js)