diff Modules/WorldState.xml @ 90:6e2cb847c3c6

Implement a mixin template for the basic visual config widgets.
author Nenue
date Mon, 24 Oct 2016 18:28:40 -0400
parents 74e714637d6a
children caded2668701
line wrap: on
line diff
--- a/Modules/WorldState.xml	Fri Oct 21 18:03:35 2016 -0400
+++ b/Modules/WorldState.xml	Mon Oct 24 18:28:40 2016 -0400
@@ -22,11 +22,11 @@
                 self:GetParent().faded = true
               </OnPlay>
               <OnStop>
-                print('VnWorldState', '|cFF44FF00stopped fadeout')
+                --print('VnWorldState', '|cFF44FF00stopped fadeout')
                 self:GetParent():Update()
               </OnStop>
               <OnFinished>
-                print('VnWorldState', '|cFFFFFF00end of fadeout')
+                --print('VnWorldState', '|cFFFFFF00end of fadeout')
                 self:GetParent():Hide()
                 self:GetParent():Update()
               </OnFinished>
@@ -44,7 +44,7 @@
                 self:GetParent():Update()
               </OnStop>
               <OnFinished>
-                print('VnWorldState', '|cFFFFFF00end of fade IN')
+                --print('VnWorldState', '|cFFFFFF00end of fade IN')
                 self:GetParent().faded = nil
                 self:GetParent().timeLived = 0
               </OnFinished>