mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 03:51:46 +00:00
Not that obvious!!
This commit is contained in:
parent
d4cc656046
commit
e019d3ec43
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ static void djui_panel_main_setup_egg_interactable(struct DjuiBase *base) {
|
|||
djui_interactable_create(base, NULL);
|
||||
djui_interactable_hook_click(base, djui_panel_main_increment_egg_counter);
|
||||
djui_interactable_hook_hover(base, djui_panel_main_egg_hint, NULL);
|
||||
base->interactable->enabled = false;
|
||||
}
|
||||
|
||||
void djui_panel_main_create(struct DjuiBase* caller) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue