sm64coopdx/docs/lua
PeachyPeach 68e1b72b99
3-digits orange numbers; Fixed red coins and secrets bugs; Correct red coins display during pause (#82)
Modified number_geo to allow it to display orange numbers from 0 to 999.
    Edited red coins/secrets code:
        Added two fields in the Area struct: numRedCoins and numSecrets
        The number of red coins/secrets in every area is computed during level script processing
        Removed the useless global gRedCoinsCollected
    These changes fix the following bugs:
        Wrong sound effect played and incorrect number displayed when there is more than 8 red coins/5 secrets
        Desynced red coins/secrets counter when going from an area to another
        Remotely spawning red coins/secrets stars in other areas without collecting all red coins/secrets
    Pausing the game now shows the correct number of collected red coins / the total number of red coins in the current area.
2022-05-07 19:09:37 -07:00
..
examples Add custom hud texture example 2022-05-06 22:06:35 -07:00
constants.md Add surface_terrains.h to constants (#77) 2022-05-02 17:31:55 -07:00
functions-2.md Split up functions.md into multiple pages 2022-04-22 18:41:42 -07:00
functions-3.md Add support for custom HUD textures and faster texture packs w/o EXTERNAL_DATA 2022-05-06 22:03:12 -07:00
functions-4.md camera_freeze, camera_unfreeze, djui_hud_get_mouse_x, djui_hud_get_mouse_y, set_override_fov, set_override_near, set_override_far (#74) 2022-04-30 17:36:38 -07:00
functions.md Add support for custom HUD textures and faster texture packs w/o EXTERNAL_DATA 2022-05-06 22:03:12 -07:00
globals.md Added gActiveMods global to lua 2022-04-22 18:44:59 -07:00
hooks.md HOOK_ALLOW_INTERACT; new HUD functions (#73) 2022-04-30 17:33:38 -07:00
lua.md Add custom hud texture example 2022-05-06 22:06:35 -07:00
structs.md 3-digits orange numbers; Fixed red coins and secrets bugs; Correct red coins display during pause (#82) 2022-05-07 19:09:37 -07:00
vs-code-setup.md Fix image 2022-03-12 21:52:38 -08:00