diff --git a/assets/images/bg.png b/assets/images/bg.png index 0c3b3a4..3010a7b 100644 Binary files a/assets/images/bg.png and b/assets/images/bg.png differ diff --git a/assets/images/overlay100.png b/assets/images/overlay100.png index 3437151..1805ef0 100644 Binary files a/assets/images/overlay100.png and b/assets/images/overlay100.png differ diff --git a/assets/images/overlay40.png b/assets/images/overlay40.png index ec76e8b..7c96a12 100644 Binary files a/assets/images/overlay40.png and b/assets/images/overlay40.png differ diff --git a/assets/images/overlay50.png b/assets/images/overlay50.png index 537d392..99c6ddb 100644 Binary files a/assets/images/overlay50.png and b/assets/images/overlay50.png differ diff --git a/assets/images/overlay60.png b/assets/images/overlay60.png index a8ec99e..5b4ee72 100644 Binary files a/assets/images/overlay60.png and b/assets/images/overlay60.png differ diff --git a/assets/images/overlay70.png b/assets/images/overlay70.png index 7ad9eac..29b2592 100644 Binary files a/assets/images/overlay70.png and b/assets/images/overlay70.png differ diff --git a/assets/images/overlay80.png b/assets/images/overlay80.png index 5731049..9ce3224 100644 Binary files a/assets/images/overlay80.png and b/assets/images/overlay80.png differ diff --git a/assets/images/overlay90.png b/assets/images/overlay90.png index c59cd61..614b8db 100644 Binary files a/assets/images/overlay90.png and b/assets/images/overlay90.png differ diff --git a/assets/images/windows-0.png b/assets/images/windows-0.png index 466477a..d06d488 100644 Binary files a/assets/images/windows-0.png and b/assets/images/windows-0.png differ diff --git a/assets/images/windows-1.png b/assets/images/windows-1.png index 8243c0f..19b5826 100644 Binary files a/assets/images/windows-1.png and b/assets/images/windows-1.png differ diff --git a/assets/images/windows-2.png b/assets/images/windows-2.png index 43c7da9..00a0ab3 100644 Binary files a/assets/images/windows-2.png and b/assets/images/windows-2.png differ diff --git a/assets/images/windows-3.png b/assets/images/windows-3.png index 8df6bae..c8d7fc8 100644 Binary files a/assets/images/windows-3.png and b/assets/images/windows-3.png differ diff --git a/assets/images/windows-4.png b/assets/images/windows-4.png index 6328ac4..7d52613 100644 Binary files a/assets/images/windows-4.png and b/assets/images/windows-4.png differ diff --git a/assets/images/windows-5.png b/assets/images/windows-5.png index 9414cc4..4b54306 100644 Binary files a/assets/images/windows-5.png and b/assets/images/windows-5.png differ diff --git a/assets/images/windows-6.png b/assets/images/windows-6.png index 77d16e7..f53b4fb 100644 Binary files a/assets/images/windows-6.png and b/assets/images/windows-6.png differ diff --git a/lib/circuit_background.dart b/lib/circuit_background.dart index 543a78c..5774d68 100644 --- a/lib/circuit_background.dart +++ b/lib/circuit_background.dart @@ -74,7 +74,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation secondOverlay = SpriteAnimation.fromFrameData( @@ -82,7 +82,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation thirdOverlay = SpriteAnimation.fromFrameData( @@ -90,7 +90,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation fourthOverlay = SpriteAnimation.fromFrameData( @@ -98,7 +98,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation fifthOverlay = SpriteAnimation.fromFrameData( @@ -106,7 +106,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation sixthOverlay = SpriteAnimation.fromFrameData( @@ -114,7 +114,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation seventhOverlay = SpriteAnimation.fromFrameData( @@ -122,7 +122,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); overlayA = SpriteAnimationGroupComponent( @@ -168,7 +168,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation secondWindow = SpriteAnimation.fromFrameData( @@ -176,7 +176,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation thirdWindow = SpriteAnimation.fromFrameData( @@ -184,7 +184,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation fourthWindow = SpriteAnimation.fromFrameData( @@ -192,7 +192,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation fifthWindow = SpriteAnimation.fromFrameData( @@ -200,7 +200,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation sixthWindow = SpriteAnimation.fromFrameData( @@ -208,7 +208,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); SpriteAnimation seventhWindow = SpriteAnimation.fromFrameData( @@ -216,7 +216,7 @@ class CircuitBackground extends MovingObject { SpriteAnimationData.sequenced( amount: 1, stepTime: 1, - textureSize: Vector2(6000, 2000), + textureSize: Vector2(3840, 1280), loop: false)); windowA = SpriteAnimationGroupComponent(