forked from pyrex/chameleonic
		
	main #21
| @@ -425,7 +425,10 @@ function level:recollide_reanchor() | |||||||
|  end |  end | ||||||
|  |  | ||||||
|  local anch_new={} |  local anch_new={} | ||||||
|  for dxy in all{{-1,-1},{1,-1},{-1,1},{1,1}} do |  for dxy in all(gsv[[-1`-1 | ||||||
|  |  1`-1 | ||||||
|  |  -1`1 | ||||||
|  |  1`1]]) do | ||||||
|   local dx,dy=unpack(dxy) |   local dx,dy=unpack(dxy) | ||||||
|   assert(dx!=0 and dy!=0) |   assert(dx!=0 and dy!=0) | ||||||
|   for mx0=0,15 do |   for mx0=0,15 do | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user