From 621e13d8bed7215a076e505eba998c7a0ec38519 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Nov 2020 13:37:32 -0500 Subject: New program system; Capitalized folders --- programs/mouse.cfg | 60 ------------------------------------------------------ 1 file changed, 60 deletions(-) delete mode 100644 programs/mouse.cfg (limited to 'programs/mouse.cfg') diff --git a/programs/mouse.cfg b/programs/mouse.cfg deleted file mode 100644 index d549589..0000000 --- a/programs/mouse.cfg +++ /dev/null @@ -1,60 +0,0 @@ -{ - txt = 32768, - back = 2048, -} -{ - txt = 32768, - back = 256, -} -{ - txt = 32768, - back = 512, -} -{ - txt = 32768, - back = 256, -} -{ - txt = 32768, - back = 2048, -} -{ - txt = 32768, - back = 2048, -} -{ - txt = 32768, - back = 1, -} -{ - back = 256, - button = 128, - off = 128, -} -{ - folder = { - txt = "[=]", - bCol = "blue", - tCol = "lightGray", - }, - audio = { - txt = "(o)", - bCol = "red", - tCol = "yellow", - }, - disk = { - txt = "[*]", - bCol = "green", - tCol = "lime", - }, - file = {}, - back = { - txt = " < ", - bCol = "blue", - tCol = "lightGray", - }, -} -{ - Paint = "rom/programs/color/paint", - Edit = "rom/programs/edit", -} -- cgit v1.2.3