Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aabd0096 authored by Jason Sams's avatar Jason Sams
Browse files

Update rollo with icon images.

parent fdcc14e7
Loading
Loading
Loading
Loading
+5.64 KiB
Loading image diff...
+4.7 KiB
Loading image diff...
+4.79 KiB
Loading image diff...
+3.68 KiB
Loading image diff...
+3 −1
Original line number Diff line number Diff line
#pragma version(1)
#pragma stateVertex(PV)
#pragma stateFragment(PF)
#pragma stateFragmentStore(PFSBackground)
#pragma stateFragmentStore(PFS)

int main(void* con, int ft, int launchID)
{
@@ -46,6 +46,8 @@ int main(void* con, int ft, int launchID)
            ty1 = (y * 0x30000) - 0x48000;
            ty2 = ty1 + 0x20000;

            pfBindTexture(NAMED_PF, 0, loadI32(1, y));

            drawQuad(tx1, ty1, tz1,
                     tx2, ty1, tz2,
                     tx2, ty2, tz2,
Loading