Commit Graph

24 Commits

Author SHA1 Message Date
707dee5063 feat: load dynamically level music 2025-02-09 19:37:37 +01:00
a5cdd3ada1 refactor: rename Camera to PlayerCamera to avoid conflicts with built-in Unity 2025-02-09 18:27:46 +01:00
e3e6c9c036 feat: try to load music dynamically from JSON (WIP) 2025-02-09 13:00:37 +01:00
2c74515778 refactor: do not use "Script" in class names as not necessary 2025-02-09 12:46:06 +01:00
78ab70e020 refactor: move all scripts to Scripts folder 2025-02-09 12:43:41 +01:00
5766003c75 refactor: rename folder, "Music" => "Musics" 2025-02-09 12:40:41 +01:00
e35359f89a feat: read from JSON file, level information 2025-02-09 12:40:23 +01:00
ed5d3cd222 feat: json loader (Work In Progress) 2025-02-03 16:56:46 +01:00
af64c2e0f4 fix: jump issues (#36) 2025-02-03 16:30:19 +01:00
5dc42fec95 feat: detect win (#33) 2025-01-20 16:02:37 +00:00
4aeae0e1f1 feat: add menu scene + select level scene + nav between them (#31) 2025-01-20 16:23:46 +01:00
cefd20e067 feat: able to jump on obstacle (#32) 2025-01-20 16:00:53 +01:00
d7ec029bdc feat(ui): music + background (#30) 2025-01-06 16:11:40 +01:00
1b7912893f feat: collision with a spike (#28) 2024-12-16 16:19:59 +01:00
d8e3cd824d feat: add assets + obstacle (#26)
Co-authored-by: Théo LUDWIG <contact@theoludwig.fr>
2024-12-16 15:10:08 +01:00
079466b85d feat: continue to jump if space is holding (#27) 2024-12-16 14:55:46 +01:00
a7c19a6549 feat: add particles on player if it is not jumping (#25) 2024-12-16 11:59:21 +01:00
27a16dcef7 Revert "feat: add new Square and Background (#23)"
This reverts commit 6965f819be.
2024-12-16 11:09:29 +01:00
6965f819be feat: add new Square and Background (#23) 2024-12-16 11:05:31 +01:00
3e719a8d67 feat: place cube and jump + move camera (#24) 2024-12-16 10:01:50 +00:00
75a3e9144c feat(assets): add missing .meta files 2024-12-16 09:20:14 +01:00
fd74b170fc feat: add Square, Scene and Spike (#22) 2024-12-16 08:15:53 +00:00
674d3b1019 chore: remove not needed Unity assets (#18) 2024-12-07 14:19:52 +01:00
2d0ff2ff0d feat: init Unity (#10) 2024-12-02 10:11:00 +01:00