mirror of
https://github.com/BreizhHardware/project_sanic.git
synced 2026-05-09 08:15:51 +02:00
[PR #37] [MERGED] Dev clement #38
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/project_sanic#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/project_sanic/pull/37
Author: @ClementHVT
Created: 4/10/2025
Status: ✅ Merged
Merged: 4/10/2025
Merged by: @ClementHVT
Base:
dev← Head:dev_clement📝 Commits (3)
50d4b5fFEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too86ca933FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too4561ed5FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too📊 Changes
37 files changed (+201 additions, -26 deletions)
View changed files
➕
src/Database/InfiniteModeDB.py(+56 -0)➕
src/Database/LeaderboardDB.py(+56 -0)➕
src/Database/__pycache__/CheckpointDB.cpython-313.pyc(+0 -0)➕
src/Database/__pycache__/CoinDB.cpython-313.pyc(+0 -0)➕
src/Database/__pycache__/InfiniteModeDB.cpython-313.pyc(+0 -0)➕
src/Database/__pycache__/LeaderboardDB.cpython-313.pyc(+0 -0)➕
src/Database/__pycache__/LevelDB.cpython-313.pyc(+0 -0)➕
src/Entity/__pycache__/Checkpoint.cpython-313.pyc(+0 -0)➕
src/Entity/__pycache__/Coin.cpython-313.pyc(+0 -0)➕
src/Entity/__pycache__/Enemy.cpython-313.pyc(+0 -0)➕
src/Entity/__pycache__/Entity.cpython-313.pyc(+0 -0)➕
src/Entity/__pycache__/Exit.cpython-313.pyc(+0 -0)➕
src/Entity/__pycache__/JumpBoost.cpython-313.pyc(+0 -0)➕
src/Entity/__pycache__/Platform.cpython-313.pyc(+0 -0)➕
src/Entity/__pycache__/Player.cpython-313.pyc(+0 -0)➕
src/Entity/__pycache__/Projectile.cpython-313.pyc(+0 -0)➕
src/Entity/__pycache__/SpeedBoost.cpython-313.pyc(+0 -0)➕
src/Map/Editor/__pycache__/EditorSprites.cpython-313.pyc(+0 -0)➕
src/Map/Editor/__pycache__/LevelEditor.cpython-313.pyc(+0 -0)➕
src/Map/Infinite/__pycache__/InfiniteMapGenerator.cpython-313.pyc(+0 -0)...and 17 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.