Adjustments for red area

This commit is contained in:
Mathew Velasquez 2015-11-23 01:37:54 -05:00
parent 191afb3524
commit 09b5e173c9
4 changed files with 28 additions and 8 deletions

View file

@ -34,6 +34,10 @@ class SpecialEventData
:machine => SpecialEventData.new(
[],
[[-1, 0], [0, 0], [1, 0]]
),
:glitch => SpecialEventData.new(
[],
[[0, 0], [0, -1]]
)
}
end