type-section-rework #6

Merged
sashakoshka merged 46 commits from type-section-rework into main 2022-09-17 10:36:27 -06:00
Showing only changes of commit ec21a1d05e - Show all commits

View File

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