[PR #45] [MERGED] Feat[3.json], creation Level 3 #45

Closed
opened 2026-05-06 12:17:30 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/project_sanic/pull/45
Author: @MateoLeTouzic
Created: 4/10/2025
Status: Merged
Merged: 4/10/2025
Merged by: @BreizhHardware

Base: devHead: dev_table_basse


📝 Commits (7)

  • d617e82 Update src/Map/cinematic.py
  • 2db3738 Merge pull request #42 from BreizhHardware/dev_felix
  • afeeda4 Timer V1 clignote
  • c3fa308 Merge remote-tracking branch 'origin/dev' into dev_felix
  • afd0e23 Merge remote-tracking branch 'origin/dev' into dev_table_basse
  • ed04f7a Merge remote-tracking branch 'origin/dev' into dev_table_basse
  • 299ab0c Feat[3.json], creation Level 3

📊 Changes

35 files changed (+862 additions, -24 deletions)

View changed files

.DS_Store (+0 -0)
assets/.DS_Store (+0 -0)
assets/map/.DS_Store (+0 -0)
assets/map/background/.DS_Store (+0 -0)
assets/map/enemy/.DS_Store (+0 -0)
assets/map/platform/.DS_Store (+0 -0)
assets/player/.DS_Store (+0 -0)
📝 map/levels/3.json (+862 -24)
src/.DS_Store (+0 -0)
📝 src/Database/__pycache__/CheckpointDB.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)

...and 15 more files

📄 Description

Feat[3.json], creation Level 3


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/project_sanic/pull/45 **Author:** [@MateoLeTouzic](https://github.com/MateoLeTouzic) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `dev` ← **Head:** `dev_table_basse` --- ### 📝 Commits (7) - [`d617e82`](https://github.com/BreizhHardware/project_sanic/commit/d617e82ef8429d595bbd147e7c27ec563d37fc5d) Update src/Map/cinematic.py - [`2db3738`](https://github.com/BreizhHardware/project_sanic/commit/2db37386d42bad3b055cb7e9a118daa5fc972029) Merge pull request #42 from BreizhHardware/dev_felix - [`afeeda4`](https://github.com/BreizhHardware/project_sanic/commit/afeeda4de1eddaa16099e80723a5acfd3e6a7580) Timer V1 clignote - [`c3fa308`](https://github.com/BreizhHardware/project_sanic/commit/c3fa308068e24280839e4782830e93fd80d12105) Merge remote-tracking branch 'origin/dev' into dev_felix - [`afd0e23`](https://github.com/BreizhHardware/project_sanic/commit/afd0e23104f7154ebd56f62941e2404f1325b3f8) Merge remote-tracking branch 'origin/dev' into dev_table_basse - [`ed04f7a`](https://github.com/BreizhHardware/project_sanic/commit/ed04f7aedada761287088c75523c10bfaa8fb8d3) Merge remote-tracking branch 'origin/dev' into dev_table_basse - [`299ab0c`](https://github.com/BreizhHardware/project_sanic/commit/299ab0c250e992711560d1d356d1c20be2e7e414) Feat[3.json], creation Level 3 ### 📊 Changes **35 files changed** (+862 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `.DS_Store` (+0 -0) ➕ `assets/.DS_Store` (+0 -0) ➕ `assets/map/.DS_Store` (+0 -0) ➕ `assets/map/background/.DS_Store` (+0 -0) ➕ `assets/map/enemy/.DS_Store` (+0 -0) ➕ `assets/map/platform/.DS_Store` (+0 -0) ➕ `assets/player/.DS_Store` (+0 -0) 📝 `map/levels/3.json` (+862 -24) ➕ `src/.DS_Store` (+0 -0) 📝 `src/Database/__pycache__/CheckpointDB.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) _...and 15 more files_ </details> ### 📄 Description Feat[3.json], creation Level 3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:17:30 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/project_sanic#45
No description provided.