Willy-JL f83c4629d4 Fix for new dolph_cry_49x54 icon 1 rok temu
..
README.md 93a003d47f Merge minesweeper from https://github.com/xMasterX/all-the-plugins 2 lat temu
confirmation_scene.c 56b91c7da0 Format 2 lat temu
game_screen_scene.c 56b91c7da0 Format 2 lat temu
info_scene.c 354e084884 Merge minesweeper from https://github.com/xMasterX/all-the-plugins 1 rok temu
menu_scene.c f83c4629d4 Fix for new dolph_cry_49x54 icon 1 rok temu
minesweeper_scene.c 93a003d47f Merge minesweeper from https://github.com/xMasterX/all-the-plugins 2 lat temu
minesweeper_scene.h 56b91c7da0 Format 2 lat temu
minesweeper_scene_config.h 93a003d47f Merge minesweeper from https://github.com/xMasterX/all-the-plugins 2 lat temu
settings_scene.c 354e084884 Merge minesweeper from https://github.com/xMasterX/all-the-plugins 1 rok temu
start_screen_scene.c 56b91c7da0 Format 2 lat temu

README.md

IMPORTANT INFO

This scene directory has 3 important files in addition to other scene specific files:

  1. minesweeper_scene.c
    • File generates on_enter/exit/event handler fp arrays for Scene Manager and Initializes Scene Handlers configuration structure
  2. minesweeper_scene.h
    • File generates on_enter/exit/event handler function declarations for all scenes
    • Generates Enum for all scenes
  3. minesweeper_scene_config.h
    • Macro definition of ADD_SCENE() for each scene used.
      • When adding new scenes you need to add a new macro definition to this file, along with the appropriate .c file for the definitions of the on_event/enter/exit functions for the scene.