15MiConroy / CIS434_Spring2019_G1

Project for Cleveland State University's CIS 434 course
0 stars 0 forks source link

Create light-control communication data structure #4

Closed alexdarling closed 5 years ago

alexdarling commented 5 years ago

Add the structure to objects.js

alexdarling commented 5 years ago

Added the structure in eb29f6d and used it to create the NESW lights in e25d347 in the adding-light branch.

alexdarling commented 5 years ago

The variables lightN, lightE, etc are all global variables so they can be accessed by any script once they get loaded.