You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Set oDrawingDistance to 4500 for WF breakable walls (#304)
This commit is contained in:
@@ -791,6 +791,7 @@ const BehaviorScript bhvWfBreakableWallLeft[] = {
|
||||
// WF breakable walls - common:
|
||||
OR_INT(oFlags, (OBJ_FLAG_ACTIVE_FROM_AFAR | OBJ_FLAG_COMPUTE_DIST_TO_MARIO | OBJ_FLAG_SET_FACE_YAW_TO_MOVE_YAW | OBJ_FLAG_UPDATE_GFX_POS_AND_ANGLE)),
|
||||
SET_HITBOX(/*Radius*/ 300, /*Height*/ 400),
|
||||
SET_FLOAT(oDrawingDistance, 4500),
|
||||
SET_INT(oIntangibleTimer, 0),
|
||||
BEGIN_LOOP(),
|
||||
CALL_NATIVE(bhv_wf_breakable_wall_loop),
|
||||
|
||||
Reference in New Issue
Block a user