# .font: font.text_2
2021-07-23 19:02 altermaven  
# .font: font.text_1
"escher dropped in and said hello"

# .font: font.text_2
2021-07-24 16:20 dustin  
# .font: font.text_1
cool! infinitely upwards-leading stairs without an optical illusion! :d

# .font: font.text_2
2021-07-28 21:50 altermaven  
# .font: font.text_1
IT'S A BASIC TILING CONCEPT. HOWEVER, THE TILING SHOULD BE DESIGNED IN SUCH A WAY THAT THE RESULTING PATTERN CREATES A CLEAN WRAP THAT COVERS ALL SPOTS. in this instance, 50x50 won't work because only one line repeats. 50 x 45 (or 55 x 50) will create a collision. so I found having one dimension just shorter than the other, while also having a common divisor (10!) means we have a full wrap in 50 x 40.  
  
this same gimmick is responsible for the first stripes level.