mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Working on entities...
This commit is contained in:
@@ -45,9 +45,6 @@ $(function () {
|
||||
if (keyboard.pressed('right')) {
|
||||
GarageServerIO.addInput('right');
|
||||
}
|
||||
if (keyboard.pressed('down')) {
|
||||
GarageServerIO.addInput('down');
|
||||
}
|
||||
if (keyboard.pressed('up')) {
|
||||
GarageServerIO.addInput('up');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user