Update HUD for more info on player state, fiddle with properties and character settings for physics

This commit is contained in:
2026-05-26 16:55:48 -04:00
parent ef48585135
commit fa0584f28f
7 changed files with 53 additions and 22 deletions

View File

@@ -53,7 +53,7 @@ akerr_ErrorContext AKERR_NOIGNORE *akgltest_iterate_mapmenu(void);
akerr_ErrorContext AKERR_NOIGNORE *akgltest_iterate_running(void);
akerr_ErrorContext AKERR_NOIGNORE *akgltest_iterate_waitforinput(void);
akerr_ErrorContext AKERR_NOIGNORE *akgltest_load_assets();
akerr_ErrorContext AKERR_NOIGNORE *akgltest_menupointer_logic_movement(akgl_Actor *obj, SDL_Time curtime);
akerr_ErrorContext AKERR_NOIGNORE *akgltest_menupointer_logic_movement(akgl_Actor *obj, float32_t dt);
akerr_ErrorContext AKERR_NOIGNORE *akgltest_release_actor(char *actorname);
akerr_ErrorContext AKERR_NOIGNORE *akgltest_set_actor_visible(char *actorname, bool visible);
akerr_ErrorContext AKERR_NOIGNORE *akgltest_set_gamemode_menu(akgl_Actor *appstate, SDL_Event *event);