summaryrefslogtreecommitdiff
path: root/sprites/block.h
diff options
context:
space:
mode:
authorSimponic <loganthebean222@gmail.com>2020-08-11 22:13:56 -0600
committerSimponic <loganthebean222@gmail.com>2020-08-11 22:13:56 -0600
commit723f879f85f25c2d466146e08261e0ae993c72b6 (patch)
tree185f367c712554f92c14b0074503ff0667e098c3 /sprites/block.h
parente84e232f8d003f3cf3340517d8bf6b65ba430143 (diff)
downloadgeometry-dash-gba-723f879f85f25c2d466146e08261e0ae993c72b6.tar.gz
geometry-dash-gba-723f879f85f25c2d466146e08261e0ae993c72b6.zip
Added basic camera controls
Diffstat (limited to 'sprites/block.h')
-rw-r--r--sprites/block.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sprites/block.h b/sprites/block.h
index 2a1fbec..e96a965 100644
--- a/sprites/block.h
+++ b/sprites/block.h
@@ -1,11 +1,11 @@
//======================================================================
//
-// block, 16x16@4,
+// block, 16x16@4,
// + palette 256 entries, not compressed
// + 4 tiles not compressed
// Total size: 512 + 128 = 640
//
-// Time-stamp: 2020-08-11, 14:57:03
+// Time-stamp: 2020-08-11, 20:45:09
// Exported by Cearn's Usenti v1.7.6
// (comments, kudos, flames to "daytshen@hotmail.com")
//
@@ -21,3 +21,4 @@ extern const unsigned short blockPal[256];
extern const unsigned short blockTiles[64];
#endif // __BLOCK__
+