Commit Graph

64 Commits (f25076b904bd3f460ec9413d7dfa917616d0ad8a)

Author SHA1 Message Date
Wai f25076b904 Added return to menu functionality for kb/ kbm/ gamepad 2024-02-18 13:07:04 -05:00
Lunakepio fa5c8b4f60
Merge pull request #17 from Espio347/main
Some UI Fixes and Tweaks
2024-02-16 17:11:59 +01:00
Lunakepio e89f666184
Merge pull request #18 from ctrlVnt/fix-reverse-function
fix reverse on gamepad and mouse controller
2024-02-16 17:09:37 +01:00
Riccardo Venturini e4a4d22374 fix reverse on gamepad and mouse controller 2024-02-16 14:11:21 +00:00
[Naman Kishwan] a12ccb3452 Tweaks to UI 2024-02-16 19:01:08 +05:30
Lunakepio ef51e33385
Merge pull request #15 from cr2007/main
Adds Dev Container configuration for GitHub Codespaces
2024-02-16 14:18:11 +01:00
Lunakepio 2a78567df5
Merge pull request #16 from ctrlVnt/fix-reverse-function
Reverse direction Keyboard controller
2024-02-16 14:10:59 +01:00
Riccardo Venturini f19e940c3a before playercontrollerkeyboard reverse didn't work, now it work 2024-02-16 12:02:08 +00:00
CSK 1a0c1b9b28
Merge branch 'Lunakepio:main' into main 2024-02-16 15:29:46 +04:00
CSK 66e1900296 Adds `<kbd>` tags to the keyboard controls 2024-02-16 10:48:24 +00:00
CSK c4b9175658 Add GitHub Codespaces badge to `README.md` 2024-02-16 10:47:50 +00:00
CSK 9b0f6cbdc6 Adds Dev Container configuration
with VS Code extensions and port forwarding
2024-02-16 10:47:30 +00:00
Lunakepio d49e47b504
Merge pull request #14 from somunaexe/main
Added missing instruction on how to install the repository.
2024-02-16 11:12:01 +01:00
Somunachimso Nzenwa 628cf726ae Added missing instruction on how to install the repository. 2024-02-16 00:44:10 +00:00
Alex e169e12e55 fix(UI): fixed scanline not showing in the item placeholder 2024-02-15 11:45:14 +01:00
Alex b6e723dadc forgot to reset the store before pushing 2024-02-15 10:48:38 +01:00
Alex 06b8beff00 fix(game): Added collisions for the entire maps 2024-02-15 10:31:13 +01:00
Lunakepio aab364eb0a
Merge pull request #8 from Lunakepio/mobileControls
Mobile controls
2024-02-14 10:23:17 +01:00
Alex 1504f44959 feat:(game) added mobile controls 2024-02-14 10:22:43 +01:00
Alex 6ed6c0ff27 feat:(game) added mobile controls 2024-02-13 17:40:00 +01:00
Alex 5cc900ab35 fix:(ui) quick fixed import font 2024-02-13 15:34:56 +01:00
Alex c22c9e9012 feat:(game) added a small landing to allow control choice, switch between M&K, K or Gamepad 2024-02-13 14:58:41 +01:00
Alex 3ef3ec7d25 quick fix 2024-02-12 09:54:33 +01:00
Lunakepio 310e471fab
Merge pull request #3 from Lunakepio/multiplayer
Multiplayer
2024-02-12 09:42:30 +01:00
Alex 140413399f ADDED README AND LICENSE 2024-02-12 09:41:40 +01:00
Alex ef9e58fa21 feat:(game) added names for other players 2024-02-10 00:18:55 +01:00
Alex 42680aa707 feat(game): Added multiplayer mode 2024-02-09 14:51:35 +01:00
Alex b825b0fc20 feat:(game) adding multiplayer 2024-02-07 09:28:13 +01:00
Alex df76bb5f35 fixes 2024-02-05 15:39:57 +01:00
Alex bfd691e7ab feat:(game) added HUD for items 2024-02-05 11:27:32 +01:00
Alex db52f49e09 feat:(game) added interraction and particles for items/coins 2024-02-05 10:50:04 +01:00
Alex cff143c925 fix:(game) fixed bananas not removing themselves after intersection 2024-02-02 16:01:18 +01:00
Alex bf52a80c29 fix:(game) fixed infinite jump glitch 2024-02-02 15:13:41 +01:00
Alex 8138f4338f feat:(game) added a reset button to avoid reload 2024-02-02 11:54:29 +01:00
Alex 51c2f3f8f8 feat:(game) added a reset button to avoid reload 2024-02-02 11:41:44 +01:00
Alex f22f19590d fix(game:) fixed infinite boost glitch 2024-02-02 11:17:28 +01:00
Alex 256ee77f1f fix(game:) fixed infinite boost glitch 2024-02-02 11:14:31 +01:00
Alex 77a14c7733 added item system 2024-01-31 15:29:31 +01:00
Alex 11be02d977 feat(game): added sound Effects 2024-01-28 12:12:02 +01:00
Lunakepio f356585be2
Merge pull request #2 from Lunakepio/gamepadSupport
sanitized the project, deleted unused assets and added a real yet sim…
2024-01-26 05:00:12 +01:00
Alex faad40aa9d sanitized the project, deleted unused assets and added a real yet simple file system 2024-01-26 04:58:47 +01:00
Lunakepio bfccc00f4d
Merge pull request #1 from Lunakepio/instancedMeshParticles
Instanced mesh particles
2024-01-26 04:40:06 +01:00
Alex 54810a73cd fix(game): fixed state management causing a rerender stuttered trigger when boosting with flame Particles 2024-01-25 12:14:23 +01:00
Alex fdd821e630 fix(game): fixed state management causing a rerender stuttered trigger when drifting 2024-01-25 11:49:42 +01:00
Alex 2d9230b8ea fix(game): implemented the InstancedMesh principle on the particle system for drifting 2024-01-25 11:02:20 +01:00
Alex b1b93043f8 bug(game): tried to add skid according to 0xc0a 's racing game 2024-01-25 10:04:19 +01:00
Alex 73343a8739 fix:(game) just fixed a small issue causing gained boost to stop if the player is drifting 2024-01-25 04:19:06 +01:00
Alex be364fca25 fix:(game) GAME IS FIXED, CAN CONTINUE DEV SAFELY 2024-01-24 15:51:51 +01:00
Alex 83d7e6c16b fix:(game) Fixed small issue with pointParticle causing the particle to go negative 2024-01-24 14:55:30 +01:00
Anderson Mancini 934c26491c Added small physics improvments 2024-01-24 09:44:28 -03:00