Golf one thing on rope
This commit is contained in:
parent
930e27a8e3
commit
cf352fd918
@ -799,8 +799,8 @@ function rope:new(
|
|||||||
local r={
|
local r={
|
||||||
id=0,
|
id=0,
|
||||||
anchors={
|
anchors={
|
||||||
{ax=src_ax,ay=src_ay,prev=nil,next=nil},
|
{ax=src_ax,ay=src_ay},
|
||||||
{ax=dst_ax,ay=dst_ay,prev=nil,next=nil}
|
{ax=dst_ax,ay=dst_ay}
|
||||||
},
|
},
|
||||||
state={name="cast",frame=0},
|
state={name="cast",frame=0},
|
||||||
latch=latch,
|
latch=latch,
|
||||||
|
Loading…
Reference in New Issue
Block a user