dragonruby-platformer
Installation
SKILL.md
This skill covers platformer-specific patterns. For core DragonRuby API see the main dragonruby skill; for render targets see /dragonruby-rendering.
Physics Model
GRAVITY = -0.4
MAX_FALL = -15
MOVE_SPEED = 4
ACCELERATION = 0.8
FRICTION = 0.85
JUMP_POWER = 12