Great job using the constraints of the jam. I particularly liked the clarity of the green column acting as the final obstacle. I noticed all the minerals flashed when you only hit one of them - in Godot you can either check "local to scene" on the material resource, or call `mysprite.material = mysprite.material.duplicate()` in _ready() to avoid it in the future!