-
Notifications
You must be signed in to change notification settings - Fork 6
entry_overlay
Anthony Samms edited this page Jun 2, 2026
·
1 revision
The EntryOverlay draws the BANAPASS card, payment, and mobile indicators in the corner of the entry screen. It toggles between an online layout (when fake_online is enabled in config) and an offline layout, and always draws the camera overlay on top.
EntryOverlay();Loads the overlay textures from the active skin.
void update(double current_time);Advances any animated overlay frames.
void draw();Reads the fake_online config flag and draws either the online or offline indicator frame. Draws the BANAPASS "no card" indicator when in offline mode. Always draws the CAMERA overlay in both modes.
Building
libs
- animation
- audio
- config
- filesystem
- global_data
- input
- logging
- ray
- scores
- screen
- script
- song_parser
- text
- texture
- video
- webcam
libs/parsers
objects
objects/game
- player
- background
- gauge
- judgment
- combo
- branch_indicator
- ending_animations
- gogo_time
- fireworks
- song_info
- transition
- result_transition
- judge_counter
- score_counter
- score_counter_animation
- balloon_counter
- drumroll_counter
- kusudama_counter
- drum_hit_effect
- lane_hit_effect
- gauge_hit_effect
- combo_announce
- note_arc
objects/global
objects/title
objects/entry
objects/settings
objects/result
objects/song_select
- player
- navigator
- box_base
- box_song
- box_folder
- neiro
- modifier
- ura_switch
- diff_sort
- search_box
- dan_transition
- genre_bg
- score_history
- song_select_script
scenes