From 67d90ae322818ab51b2796a757f9c18e470b13fe Mon Sep 17 00:00:00 2001 From: max-001 Date: Tue, 17 Dec 2024 13:32:10 +0100 Subject: Scene starts at x=0 --- src/example/Background.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/example/Background.cpp') diff --git a/src/example/Background.cpp b/src/example/Background.cpp index f348936..0ad2c0c 100644 --- a/src/example/Background.cpp +++ b/src/example/Background.cpp @@ -15,7 +15,7 @@ Background::Background(Scene & scn) { Forest forest; Aquarium aquarium; - float begin_x = 0; + float begin_x = 400; begin_x = start.create(scn, begin_x); -- cgit v1.2.3