basic motor block support
This commit is contained in:
5
sim/state/soundmotor.ts
Normal file
5
sim/state/soundmotor.ts
Normal file
@ -0,0 +1,5 @@
|
||||
namespace pxsim.motors {
|
||||
export function motorOn(power: number) {
|
||||
// TODO
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user