I'm creating a bubble shooter game, I want to draw the bubbles on the screen. Tilemaps have the StaticBody node, I would like to exchange it for a RigidBody and give a behavior for each tile frame, each frame being a bubble. Or even some other way to draw the bubbles instead of adding lots of nodes one by one.