diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/CMakeLists.txt | 4 | ||||
-rw-r--r-- | resources/config.lua | 2 | ||||
-rw-r--r-- | resources/gear.svg | 66 |
3 files changed, 72 insertions, 0 deletions
diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index e69de29..06dbb1f 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -0,0 +1,4 @@ +configure_file(pageSingle.png ${CMAKE_CURRENT_BINARY_DIR} COPYONLY) +configure_file(pageDual.png ${CMAKE_CURRENT_BINARY_DIR} COPYONLY) +configure_file(pageManga.png ${CMAKE_CURRENT_BINARY_DIR} COPYONLY) +configure_file(gear.svg ${CMAKE_CURRENT_BINARY_DIR} COPYONLY) diff --git a/resources/config.lua b/resources/config.lua new file mode 100644 index 0000000..39b7c0b --- /dev/null +++ b/resources/config.lua @@ -0,0 +1,2 @@ +-- Commentary +OpenFile = "Ctrl+O" diff --git a/resources/gear.svg b/resources/gear.svg new file mode 100644 index 0000000..5e64c98 --- /dev/null +++ b/resources/gear.svg @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="128" + height="128" + viewBox="0 0 33.866666 33.866666" + version="1.1" + id="svg1" + inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)" + sodipodi:docname="gear.svg" + inkscape:export-filename="gear.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview1" + pagecolor="#ffffff" + bordercolor="#000000" + borderopacity="0.25" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="true" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="mm" + showgrid="true" + inkscape:zoom="8" + inkscape:cx="63.5625" + inkscape:cy="63" + inkscape:window-width="2138" + inkscape:window-height="1418" + inkscape:window-x="1015" + inkscape:window-y="336" + inkscape:window-maximized="0" + inkscape:current-layer="svg1"> + <inkscape:grid + id="grid1" + units="mm" + originx="0" + originy="0" + spacingx="0.99999998" + spacingy="0.99999998" + empcolor="#0099e5" + empopacity="0.30196078" + color="#0099e5" + opacity="0.14901961" + empspacing="5" + dotted="false" + gridanglex="30" + gridanglez="30" + visible="true" /> + </sodipodi:namedview> + <defs + id="defs1" /> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" /> + <path + id="circle9" + style="fill:#000000;stroke-width:2.08315" + d="M 16.5863,1.4670297 A 15.746587,15.746587 0 0 0 14.07602,1.71456 L 13.293966,4.788959 A 12.901794,12.901794 0 0 0 8.5173471,7.3117961 L 5.5469834,6.223021 A 15.746587,15.746587 0 0 0 3.9227891,8.1700803 L 5.5532608,10.912647 A 12.901794,12.901794 0 0 0 3.9640439,16.044418 L 1.051077,17.395072 a 15.746587,15.746587 0 0 0 0.2466332,2.511176 l 3.0744005,0.782053 a 12.901794,12.901794 0 0 0 2.5228374,4.777515 l -1.0878778,2.970366 a 15.746587,15.746587 0 0 0 1.9452645,1.623295 l 2.7434622,-1.63047 a 12.901794,12.901794 0 0 0 5.131771,1.590113 l 1.350655,2.912965 a 15.746587,15.746587 0 0 0 2.511178,-0.24753 l 0.782053,-3.074399 a 12.901794,12.901794 0 0 0 4.776617,-2.522837 l 2.970366,1.088776 a 15.746587,15.746587 0 0 0 1.625091,-1.946164 l -1.63137,-2.743462 a 12.901794,12.901794 0 0 0 1.590115,-5.131768 l 2.922832,-1.355139 A 15.746587,15.746587 0 0 0 32.291923,14.499146 L 29.200484,13.712609 A 12.901794,12.901794 0 0 0 26.675854,8.9207435 L 27.772699,5.9270607 A 15.746587,15.746587 0 0 0 25.839094,4.3234943 l -2.740771,1.629575 A 12.901794,12.901794 0 0 0 17.924399,4.3512966 Z m 0.196409,8.9631103 a 6.7693807,6.7693807 0 0 1 6.769419,6.76942 6.7693807,6.7693807 0 0 1 -6.769419,6.769416 6.7693807,6.7693807 0 0 1 -6.769418,-6.769416 6.7693807,6.7693807 0 0 1 6.769418,-6.76942 z" /> +</svg> |