guide-me / GuideMe

an interactive story viewer
MIT License
4 stars 8 forks source link

add a conditional to test if Debug is on or no #20

Open philormand opened 9 years ago

philormand commented 9 years ago

[*]Please add a conditional to test if Debug is on or not. This would be great for Buttons and Delays during tease development. It would allow the display of additional buttons, similar to how a Delay button appears when debug is on and a delay is active, or to use different delays in debug mode vs regular mode. <Button if-Debug ....>Test Some Specific Page or whatever <Delay if-Debug seconds="10" ... /> // So I can see what's happening <Delay if-not-Debug seconds="0" ... /> // To just do it