Testing gitg
This commit is contained in:
@@ -309,7 +309,6 @@ func IntersectionDumping():
|
|||||||
IntersectionDump.push_back(Current_Position)
|
IntersectionDump.push_back(Current_Position)
|
||||||
var Dupe = IntersectionDump.duplicate(true)
|
var Dupe = IntersectionDump.duplicate(true)
|
||||||
IntersectionDump = Dupe
|
IntersectionDump = Dupe
|
||||||
#print(IntersectionDump)
|
|
||||||
Move_Check9 = move
|
Move_Check9 = move
|
||||||
|
|
||||||
func CallableRaycastData():
|
func CallableRaycastData():
|
||||||
@@ -330,7 +329,7 @@ func IntersectionWaysAvailable():
|
|||||||
var Sender = []
|
var Sender = []
|
||||||
var Colliders = [R,L,U,D]
|
var Colliders = [R,L,U,D]
|
||||||
var DirArray = ["R","L","U","D"]
|
var DirArray = ["R","L","U","D"]
|
||||||
if Move_Check7 != move and TypeOfIntersectionHelper() == "BlanketIntersection" and Detail_Dict.Been_There == false:# and Intersections.find(Current_Position) == -1:
|
if Move_Check7 != move and TypeOfIntersectionHelper() == "BlanketIntersection" and Detail_Dict.Been_There == false:
|
||||||
for n in Colliders.size():
|
for n in Colliders.size():
|
||||||
if Colliders[n] == false:
|
if Colliders[n] == false:
|
||||||
Sender.push_back(DirArray[n])
|
Sender.push_back(DirArray[n])
|
||||||
|
|||||||
Reference in New Issue
Block a user