comparison Veneer.lua @ 123:b3c0258b419d v7.3.0-1

ArtifactPower: - XP progress bar fixes Currency: - More argus stuff - Block dimensions are calculated more consistently TalkingHead - Aesthetic changes - Default right-click behaviour restored (hides the text box)
author Nenue
date Tue, 05 Sep 2017 02:56:33 -0400
parents ea2c616a3b4f
children 3f4794dca91b
comparison
equal deleted inserted replaced
122:ea2c616a3b4f 123:b3c0258b419d
317 end 317 end
318 end 318 end
319 end 319 end
320 320
321 function Veneer:Reanchor() 321 function Veneer:Reanchor()
322 self:ExecuteOnClusters(nil, 'Reanchor') 322 --self:ExecuteOnClusters(nil, 'Reanchor')
323 self:DynamicReanchor(self) 323 self:EvaluateAnchors()
324 end 324 end
325 325
326 function Veneer:Update() 326 function Veneer:Update()
327 self:ExecuteOnClusters(nil, function(frame) 327 self:ExecuteOnClusters(nil, function(frame)
328 if frame.initialized and frame.Update then 328 if frame.initialized and frame.Update then