Playing with some basic cameras to figure out how the motion will work.

This commit is contained in:
Zed A. Shaw 2025-11-06 01:01:32 -05:00
parent 4bda2ee01c
commit 2ebefcce05
2 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ namespace storyboard {
$view_sprite($view_texture.getTexture())
{
$view_sprite.setPosition({0, 0});
$camera.style("bounce");
$camera.style("dolly");
}
void UI::init() {