oopsie hehe

This commit is contained in:
Sasha Koshka 2022-09-17 01:01:30 -04:00
parent b49e382331
commit ec21a1d05e
1 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ enum ro AffrontToGod:Int:4
4>
enum ro ThisIsTerrible:Obj:(.rw x:Int .rw y:Int)
- up: (.x: 0 .y: -1)
- down: (.x: 0 .y: 1)
- left: (.x: -1 .y: 0)
- right: (.x: 1 .y: 0)
- up: (.x:< 0> .y:<-1>)
- down: (.x:< 0> .y:< 1>)
- left: (.x:<-1> .y:< 0>)
- right: (.x:< 1> .y:< 0>)