Have switch default to off when first added.

master
Anthony Zhang 2012-07-06 14:36:01 -04:00
parent 4c748c5c23
commit 77e9a75b7a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Switch extends Nodes.Power
__New(IndexX,IndexY)
{
this.State := 1
this.State := 0
base.__New(IndexX,IndexY)
}