MisterPeModder / Bomberman-Global-Offensive

Probably one of the best Bomberman fan games
MIT License
4 stars 3 forks source link

Feature/59 create the main menu #222

Closed francoisbaudouin closed 2 years ago

francoisbaudouin commented 2 years ago

I've use clickable widget for my button, but isn't currently working. If you can say me what is wrong with it

codecov-commenter commented 2 years ago

Codecov Report

Merging #222 (feb7ed4) into master (918bb50) will decrease coverage by 0.12%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
- Coverage   11.29%   11.16%   -0.13%     
==========================================
  Files         169      169              
  Lines        2762     2794      +32     
  Branches      914      945      +31     
==========================================
  Hits          312      312              
- Misses       2299     2331      +32     
  Partials      151      151              
Impacted Files Coverage Δ
src/game/Engine.cpp 0.00% <0.00%> (ø)
src/game/scenes/MainMenuScene.cpp 0.00% <0.00%> (ø)
src/game/scenes/SettingsMenuScene.cpp 0.00% <0.00%> (ø)
src/game/scenes/SplashScene.cpp 0.00% <0.00%> (ø)
src/game/systems/SplashScreen.hpp 0.00% <0.00%> (ø)
src/raylib/core/Window.cpp 0.00% <0.00%> (ø)
src/game/components/Model.hpp 0.00% <0.00%> (ø)
src/game/components/RotationAxis.hpp 0.00% <0.00%> (ø)
src/game/components/RotationAngle.hpp 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 918bb50...feb7ed4. Read the comment docs.