Kacper Kostka (aider)
c5b7f2f224
feat: Implement climbing system and tree collision avoidance for player
...
This commit adds:
1. Player climbing mechanism for small steps
2. Collision avoidance with trees (WOOD and LEAF pixels)
3. Enhanced animation states for climbing and jumping
4. Improved player movement and collision detection
2025-04-05 18:52:50 +02:00
Kacper Kostka (aider)
583544840b
feat: Add F3 debug mode with collision boxes and FPS display
2025-04-05 18:39:47 +02:00
Kacper Kostka (aider)
8e2575f6fc
fix: Align player collision box and sprite rendering precisely
2025-04-05 18:33:19 +02:00
Kacper Kostka (aider)
db5b49ee7f
feat: Add player entity with WASD/space controls and spawn functionality
2025-04-05 18:03:10 +02:00
Kacper Kostka (aider)
90650fefdd
fix: Improve rabbit collision, rotation, and jumping mechanics
2025-04-05 17:26:25 +02:00
Kacper Kostka (aider)
f1a18f9168
feat: Add rabbit entity with dynamic movement and sprite rendering
2025-04-05 17:20:54 +02:00