View all by C0b41t
C0b41t
Follow C0b41t
Follow
Following C0b41t
Following
Add To Collection
Collection
Devlog
More like this
Related
Builder2D V.2.1
←
Return to Builder2D V.2.1
Devlog
Camera And Stuffs
April 06, 2026
by
C0b41t
#Builder2D
I now have almost every key on the keyboard implemente and mouse keys aswell we support left right, middle Input.pressed.key.get("mouse_left") camera = setup_camera(game) camera.follow(object, smooth=...
Continue reading
Builder2D V2 Launched!
April 05, 2026
by
C0b41t
1
#MassiveUpdate
Added GUI, More Input Keys, Borderless+Fullscreen Window Fixed Scene Window: game = Builder2D(title="Title", width=800, height=600, icon="icon.png", borderless=True, fullscreen=True) Scene: scene = Sc...
Continue reading
Additional Features
April 05, 2026
by
C0b41t
#game-framework
New Feature's Added : Scene System And Icon System Scene scene = Scene("NAME") scene.add(object) game.change_scene("SceneName") Icon = Builder2D(title="Hi :D", width=800, height=600, icon="icon.png",...
Continue reading