ctomni231 / cwtactics

Custom Wars Tactics - An effort to create an open engine to emulate the gaming experience of the Nintendo Advance Wars series.
http://ctomni231.github.io/cwtactics/
Mozilla Public License 2.0
75 stars 11 forks source link

add a debug module #464

Closed Tapsi closed 5 years ago

Tapsi commented 5 years ago

Tasks

Tapsi commented 5 years ago

Removed following task.

can be enabled by URL parameter

Debug panel can be toggled with the normal input mechanics.

ctomni231 commented 5 years ago

How difficult would the url parameter be to implement? I’m thinking it’s something like “index.html?debug=true”

For the future, when touch is implemented, this functionality can be revisited. I feel we will need to access debug specifically per device.

Tapsi commented 5 years ago

url parameters are easy to access

ctomni231 commented 5 years ago

Ah, you're correct, I didn't think about ease of entry. I feel in the future it will be useful to have this information for every device. It's just not necessary now, so we can always revisit this at a later date.