rotation rework, deletion of complex objects
This commit is contained in:
parent
609b1b976d
commit
8dcd7725a9
15 changed files with 103 additions and 147 deletions
|
@ -11,6 +11,3 @@ enum Sides {
|
|||
LEFT,
|
||||
UP
|
||||
}
|
||||
|
||||
static func facing_difference(from : Structure.Facing, to : Structure.Facing) -> float:
|
||||
return Structure.facing_to_vector(from).angle_to(Structure.facing_to_vector(to))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue