mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 20:21:28 -04:00
[game] edge grab, small fixes, add zoomer (#1083)
* fix a few small things * fix tests * another fix * fix tests
This commit is contained in:
+9
-9
@@ -21,7 +21,7 @@
|
||||
:flag-assert #xb00000144
|
||||
(:methods
|
||||
(dummy-9 (_type_) symbol 9)
|
||||
(dummy-10 (_type_) symbol 10)
|
||||
(debug-draw (_type_) symbol 10)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
:flag-assert #xb00000810
|
||||
(:methods
|
||||
(debug-draw (_type_) object 9)
|
||||
(dummy-10 (_type_ collide-edge-hold-item) none 10)
|
||||
(add-to-list! (_type_ collide-edge-hold-item) none 10)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -172,17 +172,17 @@
|
||||
:size-assert #x2690
|
||||
:flag-assert #x1400002690
|
||||
(:methods
|
||||
(dummy-9 (_type_ collide-edge-hold-list) symbol 9)
|
||||
(search-for-edges (_type_ collide-edge-hold-list) symbol 9)
|
||||
(debug-draw-edges (_type_) object 10)
|
||||
(dummy-11 (_type_) none 11)
|
||||
(debug-draw-tris (_type_) none 11)
|
||||
(debug-draw-sphere (_type_) symbol 12)
|
||||
(dummy-13 (_type_ collide-edge-hold-item vector) none 13)
|
||||
(compute-center-point! (_type_ collide-edge-edge vector) float 13)
|
||||
(dummy-14 (_type_ vector vector int) float 14)
|
||||
(dummy-15 (_type_) none 15)
|
||||
(find-grabbable-edges! (_type_) none 15)
|
||||
(find-grabbable-tris! (_type_) none 16)
|
||||
(dummy-17 (_type_) none 17)
|
||||
(dummy-18 (_type_ collide-edge-hold-list edge-grab-info) none 18)
|
||||
(dummy-19 (_type_ collide-edge-hold-item edge-grab-info) symbol 19)
|
||||
(should-add-to-list? (_type_ collide-edge-hold-item collide-edge-edge) symbol 17)
|
||||
(find-best-grab! (_type_ collide-edge-hold-list edge-grab-info) symbol 18)
|
||||
(check-grab-for-collisions (_type_ collide-edge-hold-item edge-grab-info) symbol 19)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user