mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-31 11:46:58 +08:00
add position_center attribute to ba.Node
This commit is contained in:
parent
ae1b317af7
commit
c18cfeaa29
@ -572,6 +572,7 @@ class Node:
|
||||
color: Sequence[float] = (0.0, 0.0, 0.0)
|
||||
size: Sequence[float] = (0.0, 0.0, 0.0)
|
||||
position: Sequence[float] = (0.0, 0.0, 0.0)
|
||||
position_center: Sequence[float] = (0.0, 0.0, 0.0)
|
||||
position_forward: Sequence[float] = (0.0, 0.0, 0.0)
|
||||
punch_position: Sequence[float] = (0.0, 0.0, 0.0)
|
||||
punch_velocity: Sequence[float] = (0.0, 0.0, 0.0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user