Open khalludi opened 4 years ago
Sorry, it seems to have included the commits from the other branch. I don't know how to not include the previous commits on this new branch. Hopefully it'll remove the redundant ones when the other PR is merged.
Hopefully it'll remove the redundant ones when the other PR is merged.
Yes don't worry this will get sorted out
Where can I look to see artwork being displayed on the map?
Right now there are no sprites associated with the object, I will need to create those before you can see them on the map. For now you can login and type DEBUG=true
in your browser console, you should be able to see the new objects
How can I tell if it is there in the following log
Take a look at the lidar specs: https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-LiDAR, IIRC you should be able to see a '0A' if the obstacle is there (the '01' means the tile is blocked)
It should be adding the Radioactive Obstacle onto the map from the World Creation Listener event. I don't think the Radioactive Obstacle has artwork, so it doesn't actually display on the map. Makes progress on issue #135.
Questions I have: