mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -04:00
tbox/camera/d_bg_w_kcol work and cleanup (#2262)
* some camera/tbox cleanup * d_bg_w_kcol work * make item name enum better
This commit is contained in:
@@ -1932,7 +1932,7 @@ static void demo_camera(b_bq_class* i_this) {
|
||||
dComIfGp_getVibration().StartShock(5, 1, cXyz(0.0f, 1.0f, 0.0f));
|
||||
|
||||
cXyz sp120(1.0f, 1.0f, 1.0f);
|
||||
fopAcM_createItemForBoss(&i_this->field_0x5cc, UTAWA_HEART,
|
||||
fopAcM_createItemForBoss(&i_this->field_0x5cc, fpcNm_ITEM_UTAWA_HEART,
|
||||
fopAcM_GetRoomNo(a_this), &a_this->shape_angle, &sp120,
|
||||
0.0f, 0.0f, -1);
|
||||
|
||||
@@ -2510,7 +2510,7 @@ static int daB_BQ_Create(fopAc_ac_c* i_this) {
|
||||
if (!dComIfGs_isStageLife()) {
|
||||
cXyz scale(1.0f, 1.0f, 1.0f);
|
||||
pos.set(60.0f, 0.0f, 1778.0f);
|
||||
fopAcM_createItemForBoss(&pos, UTAWA_HEART, fopAcM_GetRoomNo(i_this),
|
||||
fopAcM_createItemForBoss(&pos, fpcNm_ITEM_UTAWA_HEART, fopAcM_GetRoomNo(i_this),
|
||||
&i_this->shape_angle, &scale, 0.0f, 0.0f, -1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user