Rough dynamic collision setup (#24)

* Rough collider shape setup

* d_a_obj_toD3_stone_figure OK

* Cleanup

* Cleanup 2
This commit is contained in:
robojumper
2024-09-28 00:19:00 +02:00
committed by GitHub
parent 0f9ef3d33c
commit 3829ee6d48
44 changed files with 2215 additions and 390 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ void dBase_c::resetFlags() {
s_NextExecuteControlFlags = 0;
}
bool dBase_c::isActorPlayer(dBase_c &base) {
return base.profile_name == fProfile::PLAYER;
bool dBase_c::isActorPlayer() {
return profile_name == fProfile::PLAYER;
}
int dBase_c::loadAsyncCallback() {