Update mobile version to mobile v2.2.1

The android version just got a much needed update to fix some resolution issues on devices with cutouts.

It turns out the mobile source was actually pretty out of date, like 3 versions out of date! This commit brings it up to date.

All the changes have just been about keeping the game running on modern devices, though. The biggest change was adding the Starling library to the project, which made the game GPU powered and sped the whole thing up.
This commit is contained in:
Terry Cavanagh
2022-12-02 18:19:58 +01:00
parent 86d90a1296
commit 72d018ea04
140 changed files with 30533 additions and 2409 deletions

View File

@@ -1,10 +1,7 @@
package {
import flash.display.*;
package {
import flash.geom.*;
import flash.events.*;
import flash.net.*;
public class blockclass extends Sprite {
public class blockclass {
public function blockclass():void {
rect = new Rectangle();
clear();