Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
corfe83 committed Sep 26, 2022
0 parents commit fcb66be
Show file tree
Hide file tree
Showing 127 changed files with 396 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.apk
*.exe
repro
key
*.idsig
log.txt
32 changes: 32 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="1.0.0.0"
package="ebiten.android.image.bug.test">

<application
android:label="Test Ebiten Image Invalidation Bug">

<activity
android:label="Test Ebiten Image Invalidation Bug"
android:name="org.golang.app.GoNativeActivity"
android:configChanges="screensize|orientation|keyboardHidden"
android:screenOrientation="sensorLandscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">

<meta-data
android:name="android.app.lib_name"
android:value="go_" />

<intent-filter>

<action
android:name="android.intent.action.MAIN" />

<category
android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
Binary file added assets/1024icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Beetle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/BlimpShip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Bomber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Boss1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Brain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Cargo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Carrot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ClawShip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Crescent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Crosshair.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Crystal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/CrystalResource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/DamagedTurret.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/DefenseShield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/DestroyedHangar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Drone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/EnemyHangar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/EnemyPlatform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/EnemyPyramid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/EnemyRockyStructure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/EngineA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/EngineB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/EngineC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/EngineD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/EngineE.png
Binary file added assets/EngineF.png
Binary file added assets/Explosion1.png
Binary file added assets/FancyShip.png
Binary file added assets/FatShip.png
Binary file added assets/FighterAngledWings.png
Binary file added assets/FighterPointedWings.png
Binary file added assets/FireShip.png
Binary file added assets/Food.png
Binary file added assets/GalaxyIcon.png
Binary file added assets/Gold.png
Binary file added assets/GreenOneTail.png
Binary file added assets/GreenTwoTails.png
Binary file added assets/Gull.png
Binary file added assets/GunFlagShip.png
Binary file added assets/Hangar.png
Binary file added assets/HarvestSource.png
Binary file added assets/HullA.png
Binary file added assets/HullB.png
Binary file added assets/HullC.png
Binary file added assets/HullD.png
Binary file added assets/HullE.png
Binary file added assets/HullF.png
Binary file added assets/HullG.png
Binary file added assets/HullH.png
Binary file added assets/HullI.png
Binary file added assets/InternalA.png
Binary file added assets/InternalB.png
Binary file added assets/InternalC.png
Binary file added assets/InternalD.png
Binary file added assets/InternalE.png
Binary file added assets/InternalF.png
Binary file added assets/InternalG.png
Binary file added assets/InternalH.png
Binary file added assets/InternalI.png
Binary file added assets/InternalJ.png
Binary file added assets/ItemBigShot.png
Binary file added assets/ItemBlack.png
Binary file added assets/ItemBlue.png
Binary file added assets/ItemBrown.png
Binary file added assets/ItemDualShot.png
Binary file added assets/ItemExplodeOnDeath.png
Binary file added assets/ItemFireShield.png
Binary file added assets/ItemGlowingBox.png
Binary file added assets/ItemGreen.png
Binary file added assets/ItemGreenShot.png
Binary file added assets/ItemHullRegen.png
Binary file added assets/ItemKnockback.png
Binary file added assets/ItemMug.png
Binary file added assets/ItemMultiGun.png
Binary file added assets/ItemRed.png
Binary file added assets/ItemShieldAssist.png
Binary file added assets/ItemShieldPiercer.png
Binary file added assets/ItemShotRepeller.png
Binary file added assets/ItemSpikeTrap.png
Binary file added assets/ItemStun.png
Binary file added assets/ItemTrap.png
Binary file added assets/ItemTripleShot.png
Binary file added assets/Metal.png
Binary file added assets/MetalResource.png
Binary file added assets/OrganShip.png
Binary file added assets/PlanetIcon.png
Binary file added assets/PlayerCity.png
Binary file added assets/RefuelSource.png
Binary file added assets/ShieldA.png
Binary file added assets/ShieldB.png
Binary file added assets/ShieldC.png
Binary file added assets/ShieldD.png
Binary file added assets/ShieldE.png
Binary file added assets/ShieldF.png
Binary file added assets/ShieldG.png
Binary file added assets/ShieldH.png
Binary file added assets/ShieldI.png
Binary file added assets/Turret.png
Binary file added assets/UFOShip.png
Binary file added assets/WeaponBeamA.png
Binary file added assets/WeaponBeamB.png
Binary file added assets/WeaponBeamC.png
Binary file added assets/WeaponBeamD.png
Binary file added assets/WeaponBeamE.png
Binary file added assets/WeaponDualBeamA.png
Binary file added assets/WeaponGunA.png
Binary file added assets/WeaponGunB.png
Binary file added assets/WeaponGunC.png
Binary file added assets/WeaponGunD.png
Binary file added assets/WeaponGunE.png
Binary file added assets/WeaponGunF.png
Binary file added assets/WeaponMissileA.png
Binary file added assets/WeaponMissileB.png
Binary file added assets/WeaponMissileC.png
Binary file added assets/WeaponMissileD.png
Binary file added assets/Wheat.png
Binary file added assets/WideBoss.png
Binary file added assets/WormHoleGate.png
Binary file added assets/icon.png
7 changes: 7 additions & 0 deletions b.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off
if exist *.apk (
del /Q *.apk
)
gomobile build -ldflags="-s -w" -target android -o repro.apk
zipalign 4 repro.apk repro_aligned.apk
call apksigner sign --ks key repro_aligned.apk
21 changes: 21 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module github.com/corfe83/repro

go 1.19

replace golang.org/x/mobile => github.com/corfe83/mobile v0.0.0-20220126201404-9448ca636f49

require (
github.com/corfe83/goutil v0.0.0-20220923225036-00c1dd42b4cd
github.com/hajimehoshi/ebiten/v2 v2.4.5
)

require (
github.com/ebitengine/purego v0.0.0-20220905075623-aeed57cda744 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220806181222-55e207c401ad // indirect
github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41 // indirect
github.com/jezek/xgb v1.0.1 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105 // indirect
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
)
73 changes: 73 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/corfe83/goutil v0.0.0-20220923225036-00c1dd42b4cd h1:MmYCJcz5UbCehQjnLZDwb/87TYJNDoAWyS5WmzEPeoE=
github.com/corfe83/goutil v0.0.0-20220923225036-00c1dd42b4cd/go.mod h1:Xf8KZ36f/3+zSZfODSdM7WXfUxaVn/jPgPwp2JPeLt8=
github.com/corfe83/mobile v0.0.0-20220126201404-9448ca636f49 h1:93s4TFdQB/h5SxH5RP4mR6MRPYKXVjR3EKgKwB2HuFQ=
github.com/corfe83/mobile v0.0.0-20220126201404-9448ca636f49/go.mod h1:NFC7o1qAzIGNo9f3HXZbKSjaVg8E9SVlbBjUXJrFa9k=
github.com/ebitengine/purego v0.0.0-20220905075623-aeed57cda744 h1:A8UnJ/5OKzki4HBDwoRQz7I6sxKsokpMXcGh+fUxpfc=
github.com/ebitengine/purego v0.0.0-20220905075623-aeed57cda744/go.mod h1:Eh8I3yvknDYZeCuXH9kRNaPuHEwvXDCk378o9xszmHg=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220806181222-55e207c401ad h1:kX51IjbsJPCvzV9jUoVQG9GEUqIq5hjfYzXTqQ52Rh8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220806181222-55e207c401ad/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/hajimehoshi/bitmapfont/v2 v2.2.1/go.mod h1:wjrYAy8vKgj9JsFgnYAOK346/uvE22TlmqouzdnYIs0=
github.com/hajimehoshi/ebiten/v2 v2.4.5 h1:hNevj/1zz+WQYvsj7kyrj5JKD2GZXeOVwv/H4Oz0Ke4=
github.com/hajimehoshi/ebiten/v2 v2.4.5/go.mod h1:Ofk1EfQZZ8tL0TlEPF5wPrnN+8Oa/ywuQOYh+uYsqLQ=
github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41 h1:s01qIIRG7vN/5ndLwkDktjx44ulFk6apvAjVBYR50Yo=
github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41/go.mod h1:CqqAHp7Dk/AqQiwuhV1yT2334qbA/tFWQW0MD2dGqUE=
github.com/hajimehoshi/go-mp3 v0.3.3/go.mod h1:qMJj/CSDxx6CGHiZeCgbiq2DSUkbK0UbtXShQcnfyMM=
github.com/hajimehoshi/oto v0.6.1/go.mod h1:0QXGEkbuJRohbJaxr7ZQSxnju7hEhseiPx2hrh6raOI=
github.com/hajimehoshi/oto/v2 v2.3.1/go.mod h1:seWLbgHH7AyUMYKfKYT9pg7PhUu9/SisyJvNTT+ASQo=
github.com/jakecoffman/cp v1.2.1/go.mod h1:JjY/Fp6d8E1CHnu74gWNnU0+b9VzEdUVPoJxg2PsTQg=
github.com/jezek/xgb v1.0.1 h1:YUGhxps0aR7J2Xplbs23OHnV1mWaxFVcOl9b+1RQkt8=
github.com/jezek/xgb v1.0.1/go.mod h1:nrhwO0FX/enq75I7Y7G8iN1ubpSGZEiA3v9e9GyRFlk=
github.com/jfreymuth/oggvorbis v1.0.4/go.mod h1:1U4pqWmghcoVsCJJ4fRBKv9peUJMBHixthRlBeD6uII=
github.com/jfreymuth/vorbis v1.0.2/go.mod h1:DoftRo4AznKnShRl1GxiTFCseHr4zR9BN3TWXyuzrqQ=
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 h1:estk1glOnSVeJ9tdEZZc5mAMDZk5lNJNyJ6DvrBkTEU=
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56/go.mod h1:JhuoJpWY28nO4Vef9tZUw9qufEGTyX1+7lmHxV5q5G4=
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 h1:/eM0PCrQI2xd471rI+snWuu251/+/jpBpZqir2mPdnU=
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539/go.mod h1:doUCurBvlfPMKfmIpRIywoHmhN3VyhnoFDbvIEWF4hY=
golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY=
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 h1:Sx/u41w+OwrInGdEckYmEuU5gHoGSL4QbDz3S9s6j4U=
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
122 changes: 122 additions & 0 deletions images.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
package main

var imagesToLoad = []string{
"Beetle.png",
"BlimpShip.png",
"Bomber.png",
"Boss1.png",
"Brain.png",
"Cargo.png",
"Carrot.png",
"ClawShip.png",
"Crescent.png",
"Crosshair.png",
"Crystal.png",
"CrystalResource.png",
"DamagedTurret.png",
"DefenseShield.png",
"DestroyedHangar.png",
"Drone.png",
"EnemyHangar.png",
"EnemyPlatform.png",
"EnemyPyramid.png",
"EnemyRockyStructure.png",
"EngineA.png",
"EngineB.png",
"EngineC.png",
"EngineD.png",
"EngineE.png",
"EngineF.png",
"Explosion1.png",
"FancyShip.png",
"FatShip.png",
"FighterAngledWings.png",
"FighterPointedWings.png",
"FireShip.png",
"Food.png",
"GalaxyIcon.png",
"Gold.png",
"GreenOneTail.png",
"GreenTwoTails.png",
"Gull.png",
"GunFlagShip.png",
"Hangar.png",
"HarvestSource.png",
"HullA.png",
"HullB.png",
"HullC.png",
"HullD.png",
"HullE.png",
"HullF.png",
"HullG.png",
"HullH.png",
"HullI.png",
"InternalA.png",
"InternalB.png",
"InternalC.png",
"InternalD.png",
"InternalE.png",
"InternalF.png",
"InternalG.png",
"InternalH.png",
"InternalI.png",
"InternalJ.png",
"ItemBigShot.png",
"ItemBlack.png",
"ItemBlue.png",
"ItemBrown.png",
"ItemDualShot.png",
"ItemExplodeOnDeath.png",
"ItemFireShield.png",
"ItemGlowingBox.png",
"ItemGreen.png",
"ItemGreenShot.png",
"ItemHullRegen.png",
"ItemKnockback.png",
"ItemMug.png",
"ItemMultiGun.png",
"ItemRed.png",
"ItemShieldAssist.png",
"ItemShieldPiercer.png",
"ItemShotRepeller.png",
"ItemSpikeTrap.png",
"ItemStun.png",
"ItemTrap.png",
"ItemTripleShot.png",
"Metal.png",
"MetalResource.png",
"OrganShip.png",
"PlanetIcon.png",
"PlayerCity.png",
"RefuelSource.png",
"ShieldA.png",
"ShieldB.png",
"ShieldC.png",
"ShieldD.png",
"ShieldE.png",
"ShieldF.png",
"ShieldG.png",
"ShieldH.png",
"ShieldI.png",
"Turret.png",
"UFOShip.png",
"WeaponBeamA.png",
"WeaponBeamB.png",
"WeaponBeamC.png",
"WeaponBeamD.png",
"WeaponBeamE.png",
"WeaponDualBeamA.png",
"WeaponGunA.png",
"WeaponGunB.png",
"WeaponGunC.png",
"WeaponGunD.png",
"WeaponGunE.png",
"WeaponGunF.png",
"WeaponMissileA.png",
"WeaponMissileB.png",
"WeaponMissileC.png",
"WeaponMissileD.png",
"Wheat.png",
"WideBoss.png",
"WormHoleGate.png",
}
Loading

0 comments on commit fcb66be

Please sign in to comment.