Converted spritedata are no longer tracked
authorLukas Myers <lukaskrickl@gmail.com>
Sun, 21 Jan 2018 10:29:11 +0000 (11:29 +0100)
committerLukas Myers <lukaskrickl@gmail.com>
Sun, 21 Jan 2018 10:29:11 +0000 (11:29 +0100)
.gitignore
gfx/Turtle_Bay_Cover.png [new file with mode: 0644]
gfx/room01_pf0.spr [deleted file]
gfx/room01_pf1.spr [deleted file]
gfx/room01_pf2.spr [deleted file]
gfx/room02_pf1.png [new file with mode: 0644]

index 0f76984db49c38df70f123d8059eef00bf25b8a8..33ed8a205bc4d19e9d13bbde67ceee9144873418 100644 (file)
@@ -5,3 +5,4 @@ tools/png2bin/obj
 tools/png2bin/src/include/*.gch
 tools/png2bin/src/*.txt
 tools/png2bin/*.sprite
+sprdata/
diff --git a/gfx/Turtle_Bay_Cover.png b/gfx/Turtle_Bay_Cover.png
new file mode 100644 (file)
index 0000000..28b3ce6
Binary files /dev/null and b/gfx/Turtle_Bay_Cover.png differ
diff --git a/gfx/room01_pf0.spr b/gfx/room01_pf0.spr
deleted file mode 100644 (file)
index edb6935..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-; Sprite of ../../gfx/room01_pf0.png
-.byte %000001111
-.byte %000000001
-.byte %000000001
-.byte %000000001
-.byte %000111001
-.byte %000001001
-.byte %000001001
-.byte %000000001
-.byte %000000001
-.byte %000000001
-.byte %010001001
-.byte %010001001
-.byte %000000001
-.byte %000000001
-.byte %000000001
-.byte %000001001
-.byte %000001001
-.byte %000111001
-.byte %000000001
-.byte %000000001
-.byte %000000001
-.byte %000000001
-.byte %000000001
-.byte %000001111
-
diff --git a/gfx/room01_pf1.spr b/gfx/room01_pf1.spr
deleted file mode 100644 (file)
index 957740c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-; Sprite of ../../gfx/room01_pf1.png
-.byte %00000000
-.byte %00000000
-.byte %00000000
-.byte %00000000
-.byte %00111110
-.byte %00000010
-.byte %00000010
-.byte %00000010
-.byte %00000010
-.byte %00000010
-.byte %11111110
-.byte %11111110
-.byte %00000010
-.byte %00000010
-.byte %00000010
-.byte %00000010
-.byte %00000010
-.byte %00111110
-.byte %00000000
-.byte %00000000
-.byte %00000000
-.byte %00000000
-.byte %00000000
-.byte %00000000
-
diff --git a/gfx/room01_pf2.spr b/gfx/room01_pf2.spr
deleted file mode 100644 (file)
index da32378..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-; Sprite of ../../gfx/room01_pf2.png
-.byte %00000000
-.byte %00000000
-.byte %00111110
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00100000
-.byte %00111110
-.byte %00000000
-.byte %00000000
-.byte %00000000
-.byte %00000000
-
diff --git a/gfx/room02_pf1.png b/gfx/room02_pf1.png
new file mode 100644 (file)
index 0000000..ecf9448
Binary files /dev/null and b/gfx/room02_pf1.png differ