mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added support for the game system TIC-80 game engine.
This commit is contained in:
parent
f79bd4b10c
commit
c814baef4c
|
@ -1533,6 +1533,7 @@ Consider the table below a work in progress as it's obvioulsy not fully populate
|
|||
| tg16 | NEC TurboGrafx-16 | | |
|
||||
| tg-cd | NEC TurboGrafx-CD | | |
|
||||
| ti99 | Texas Instruments TI-99 | | |
|
||||
| tic80 | TIC-80 game engine | | |
|
||||
| to8 | Thomson TO8 | RetroArch (Theodore) | |
|
||||
| trs-80 | Tandy TRS-80 | | |
|
||||
| uzebox | Uzebox | | |
|
||||
|
|
|
@ -109,6 +109,7 @@ namespace PlatformIds
|
|||
"sufami", // Bandai SuFami Turbo
|
||||
"supergrafx", // NEC SuperGrafx
|
||||
"ti99", // Texas Instruments TI-99
|
||||
"tic80", // TIC-80 game engine
|
||||
"trs-80", // Tandy TRS-80
|
||||
"uzebox", // Uzebox
|
||||
"vectrex", // Vectrex
|
||||
|
|
|
@ -109,6 +109,7 @@ namespace PlatformIds
|
|||
BANDAI_SUFAMI_TURBO,
|
||||
NEC_SUPERGRAFX,
|
||||
TEXAS_INSTRUMENTS_TI99,
|
||||
TIC80,
|
||||
TANDY_TRS80,
|
||||
UZEBOX,
|
||||
VECTREX,
|
||||
|
|
|
@ -107,6 +107,7 @@ const std::map<PlatformId, unsigned short> screenscraper_platformid_map {
|
|||
{ SAMCOUPE, 213 },
|
||||
{ SUPER_NINTENDO, 4 },
|
||||
{ NEC_SUPERGRAFX, 105 },
|
||||
{ TIC80, 222 },
|
||||
{ NEC_PC_8800, 221},
|
||||
{ NEC_PC_9800, 208},
|
||||
{ NEC_PC_ENGINE, 31 },
|
||||
|
|
|
@ -1063,6 +1063,15 @@
|
|||
<platform>ti99</platform>
|
||||
<theme>ti99</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tic80</name>
|
||||
<fullname>TIC-80 game engine</fullname>
|
||||
<path>%ROMPATH%/tic80</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>tic80</platform>
|
||||
<theme>tic80</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>to8</name>
|
||||
<fullname>Thomson TO8</fullname>
|
||||
|
|
|
@ -1063,6 +1063,15 @@
|
|||
<platform>ti99</platform>
|
||||
<theme>ti99</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tic80</name>
|
||||
<fullname>TIC-80 game engine</fullname>
|
||||
<path>%ROMPATH%/tic80</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>tic80</platform>
|
||||
<theme>tic80</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>to8</name>
|
||||
<fullname>Thomson TO8</fullname>
|
||||
|
|
|
@ -1063,6 +1063,15 @@
|
|||
<platform>ti99</platform>
|
||||
<theme>ti99</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tic80</name>
|
||||
<fullname>TIC-80 game engine</fullname>
|
||||
<path>%ROMPATH%/tic80</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>tic80</platform>
|
||||
<theme>tic80</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>to8</name>
|
||||
<fullname>Thomson TO8</fullname>
|
||||
|
|
|
@ -1063,6 +1063,15 @@
|
|||
<platform>ti99</platform>
|
||||
<theme>ti99</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>tic80</name>
|
||||
<fullname>TIC-80 game engine</fullname>
|
||||
<path>%ROMPATH%\tic80</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>tic80</platform>
|
||||
<theme>tic80</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>to8</name>
|
||||
<fullname>Thomson TO8</fullname>
|
||||
|
|
|
@ -60,6 +60,7 @@ None at the moment.
|
|||
* stratagus: Stratagus game engine - system info, customized colors, consolegame.svg, console.svg, controller.svg, game.svg
|
||||
* sufami: Bandai SuFami Turbo - system info, customized colors, logo.svg, consolegame.svg, console.svg, controller.svg, game.svg
|
||||
* x68000: Sharp X68000 - system info, customized colors, logo.svg, consolegame.svg, console.svg, controller.svg, game.svg
|
||||
* tic-80: TIC-80 game engine - logo.svg (needs improvement)
|
||||
* trs-80: Tandy TRS 80 - system info, customized colors, consolegame.svg, console.svg, controller.svg, game.svg
|
||||
* uzebox: Uzebox - system info, customized colors, logo.svg, consolegame.svg, console.svg, controller.svg, game.svg
|
||||
* videopac: Magnavox Videopac (Odyssey 2) - update all info and graphics to differentiate European version from USA version
|
||||
|
|
18
themes/rbsimple-DE/tic80/colors.xml
Normal file
18
themes/rbsimple-DE/tic80/colors.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<theme>
|
||||
<formatVersion>6</formatVersion>
|
||||
|
||||
<view name="system, basic, detailed, video, grid">
|
||||
<image name="band1" extra="true">
|
||||
<color>4E76B4</color>
|
||||
</image>
|
||||
<image name="band2" extra="true">
|
||||
<color>C5494A</color>
|
||||
</image>
|
||||
<image name="band3" extra="true">
|
||||
<color>C7772F</color>
|
||||
</image>
|
||||
<image name="band4" extra="true">
|
||||
<color>65A33D</color>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
1
themes/rbsimple-DE/tic80/images/console.svg
Normal file
1
themes/rbsimple-DE/tic80/images/console.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 179 179"><g fill="#f4f4f4"><path d="M0 22.375h11.187v145.438H0zM11.187 156.625h55.937V179H11.187zM67.125 156.625h11.188v11.188H67.125zM78.313 156.625h55.937V179H78.313zM134.25 156.625h11.187v11.188H134.25z"/><path d="M134.25 145.438h22.375v11.188H134.25zM145.438 100.688h11.187v44.75h-11.187zM156.625 100.688h11.188v11.188h-11.188zM145.438 44.75h33.563v55.938h-33.563zM0 11.188h22.375v11.188H0zM145.438 22.375h11.187V44.75h-11.187z"/><path d="M134.25 11.188h22.375v11.188H134.25zM11.187 0h134.25v11.188H11.187z"/></g><path fill="#4695d0" d="M11.187 22.375h123.062v123.063H11.187z"/><path fill="#f4f4f4" d="M22.375 44.75h100.688v55.938H22.375z"/><g fill="#f4f4f4"><path d="M44.75 111.875h11.188v11.188H44.75zM89.5 111.875h11.188v11.188H89.5zM55.938 123.063H89.5v11.188H55.938z"/></g><g fill="#26356b"><path d="M11.187 145.438h123.062v11.188H11.187zM22.375 33.563h100.688v11.188H22.375zM22.375 11.188H134.25v11.188H22.375z"/></g><g fill="#181a2b"><path d="M44.75 55.938h11.188v33.563H44.75zM89.5 55.938h11.188v33.563H89.5z"/></g><g fill="#181a2b"><path d="M156.625 55.938h11.188v33.563h-11.188zM145.438 89.5h11.187v11.188h-11.187zM134.25 22.375h11.188v123.063H134.25z"/></g><g><g fill="#181a2b"><path d="M22.375 156.625h33.563v11.188H22.375zM89.5 156.625h33.563v11.188H89.5z"/></g></g></svg>
|
After Width: | Height: | Size: 1.3 KiB |
1
themes/rbsimple-DE/tic80/images/consolegame.svg
Normal file
1
themes/rbsimple-DE/tic80/images/consolegame.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 179 179"><g fill="#f4f4f4"><path d="M0 22.375h11.187v145.438H0zM11.187 156.625h55.937V179H11.187zM67.125 156.625h11.188v11.188H67.125zM78.313 156.625h55.937V179H78.313zM134.25 156.625h11.187v11.188H134.25z"/><path d="M134.25 145.438h22.375v11.188H134.25zM145.438 100.688h11.187v44.75h-11.187zM156.625 100.688h11.188v11.188h-11.188zM145.438 44.75h33.563v55.938h-33.563zM0 11.188h22.375v11.188H0zM145.438 22.375h11.187V44.75h-11.187z"/><path d="M134.25 11.188h22.375v11.188H134.25zM11.187 0h134.25v11.188H11.187z"/></g><path fill="#4695d0" d="M11.187 22.375h123.062v123.063H11.187z"/><path fill="#f4f4f4" d="M22.375 44.75h100.688v55.938H22.375z"/><g fill="#f4f4f4"><path d="M44.75 111.875h11.188v11.188H44.75zM89.5 111.875h11.188v11.188H89.5zM55.938 123.063H89.5v11.188H55.938z"/></g><g fill="#26356b"><path d="M11.187 145.438h123.062v11.188H11.187zM22.375 33.563h100.688v11.188H22.375zM22.375 11.188H134.25v11.188H22.375z"/></g><g fill="#181a2b"><path d="M44.75 55.938h11.188v33.563H44.75zM89.5 55.938h11.188v33.563H89.5z"/></g><g fill="#181a2b"><path d="M156.625 55.938h11.188v33.563h-11.188zM145.438 89.5h11.187v11.188h-11.187zM134.25 22.375h11.188v123.063H134.25z"/></g><g><g fill="#181a2b"><path d="M22.375 156.625h33.563v11.188H22.375zM89.5 156.625h33.563v11.188H89.5z"/></g></g></svg>
|
After Width: | Height: | Size: 1.3 KiB |
1
themes/rbsimple-DE/tic80/images/controller.svg
Normal file
1
themes/rbsimple-DE/tic80/images/controller.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 117.381 236.373"><path d="M0 220.663V21.51C0 12.87 7.069 5.8 15.71 5.8h72.145c13.049 0 23.726 10.677 23.726 23.726v183.121c0 13.049-10.677 23.726-23.726 23.726H15.71c-8.641 0-15.71-7.069-15.71-15.71z" fill="#4e494d"/><path d="M5.801 214.863V15.71C5.801 7.069 12.87 0 21.51 0h72.145c13.049 0 23.726 10.677 23.726 23.726v183.121c0 13.049-10.677 23.726-23.726 23.726H21.51c-8.64 0-15.709-7.07-15.709-15.71z" fill="#82929d"/><g fill="#824a30"><path d="M19.936 95.545h3.063v-3.059h9.184v3.059h3.063v9.184h-3.063v-6.122h-9.184v6.122h-3.063v-9.184zm3.063 9.185h9.184v3.063h-9.184v-3.063zM19.936 110.855h15.31v6.122h-3.063v3.063H29.12v3.059h6.126v3.063h-15.31v-3.063h3.063v-3.059h3.063v-3.063h-6.126v-6.122zM19.936 129.223h15.31v15.306h-3.063v-9.184H29.12v6.122h-3.058v-6.122h-3.063v9.184h-3.063v-15.306z"/></g><g fill="#824a30"><path d="M74.202 164.873h15.301v24.048H74.202z"/><path d="M71.46 167.894h20.987v18.046H71.46z"/></g><g fill="#c87a31"><path d="M76.981 164.873h15.301v24.048H76.981z"/><path d="M74.239 167.894h20.987v18.046H74.239z"/></g><g fill="#356231"><path d="M25.864 164.873h15.301v24.048H25.864z"/><path d="M23.122 167.894h20.987v18.046H23.122z"/></g><g fill="#6ba13b"><path d="M28.643 164.873h15.301v24.048H28.643z"/><path d="M25.901 167.894h20.987v18.046H25.901z"/></g><path d="M86.262 170.774h6.121v3.063h-6.121v-3.063zm-6.122 9.184h3.058v-6.122h3.063v6.122h6.121v3.063H80.14v-3.063zm-3.058-6.122h3.058v6.122h-3.058v-6.122z" fill="#824a30"/><g fill="#432333"><path d="M50.178 188.925h15.301v24.048H50.178z"/><path d="M47.436 191.946h20.987v18.046H47.436z"/></g><g fill="#c44747"><path d="M68.259 188.925v24.048H52.958v-24.048z"/><path d="M71.202 191.946v18.046H50.215v-18.046z"/></g><g fill="#2e3268"><path d="M50.178 140.829h15.301v24.048H50.178z"/><path d="M47.436 143.85h20.987v18.046H47.436z"/></g><g fill="#5472b1"><path d="M52.958 140.829h15.301v24.048H52.958z"/><path d="M50.215 143.85h20.987v18.046H50.215z"/></g><g fill="#4e494d"><path d="M74.202 44.995h15.301v24.048H74.202z"/><path d="M71.46 48.016h20.987v18.046H71.46z"/></g><g fill="#747060"><path d="M76.981 44.995h15.301v24.048H76.981z"/><path d="M74.239 48.016h20.987v18.046H74.239z"/></g><g fill="#4e494d"><path d="M25.864 44.995h15.301v24.048H25.864z"/><path d="M23.122 48.016h20.987v18.046H23.122z"/></g><g fill="#747060"><path d="M43.945 44.995v24.048H28.644V44.995z"/><path d="M46.887 48.015v18.046H25.9V48.015z"/></g><g fill="#4e494d"><path d="M50.178 69.046h15.301v24.048H50.178z"/><path d="M47.436 72.067h20.987v18.046H47.436z"/></g><g fill="#747060"><path d="M52.958 69.046h15.301v24.048H52.958z"/><path d="M50.215 72.067h20.987v18.046H50.215z"/></g><g fill="#4e494d"><path d="M50.178 20.951h15.301v24.048H50.178z"/><path d="M47.436 23.972h20.987v18.046H47.436z"/></g><g fill="#747060"><path d="M68.26 20.95V45H52.957V20.95z"/><path d="M71.202 23.972v18.046H50.215V23.972z"/></g><path d="M53.056 194.826h15.306v9.182h-3.063v-6.123H62.24v6.123h-3.063v-6.123h-3.063v6.123h-3.058v-9.182zm9.184 9.183h3.058v3.063H62.24v-3.063zm-6.126 0h3.063v3.063h-3.063v-3.063z" fill="#432333"/><path d="M52.942 146.731h6.126v3.059h3.058v-3.059h6.126v3.061h-6.126v6.122h-3.058v-6.122h-6.126v-3.061zm9.184 9.182h6.126v3.063h-6.126v-3.063zm-9.184 0h6.126v3.063h-6.126v-3.063z" fill="#2e3268"/><path d="M28.937 170.789H41.18v3.059h-6.121v6.123h6.121v3.063H28.937v-3.063h3.058v-6.123h-3.058v-3.059zm12.243 3.06h3.063v6.122H41.18v-6.122z" fill="#356231"/><g fill="#4e494d"><path d="M83.212 47.864V65.85H80.19V47.864zM86.243 50.89v11.934h-3.021V50.89zM89.274 53.851v6.012h-3.02v-6.012z"/></g><g fill="#4e494d"><path d="M37.915 66.193V48.207h3.021v17.986zM34.884 63.167V51.234h3.021v11.933zM31.853 60.207v-6.012h3.021v6.012z"/></g><g fill="#4e494d"><path d="M53.186 34.32h15.046v3.021H53.186zM56.207 31.289h9.003v3.021h-9.003zM59.198 28.258h3.021v3.021h-3.021z"/></g><g fill="#4e494d"><path d="M53.186 76.724h15.046v3.021H53.186zM56.207 79.756h9.003v3.021h-9.003zM59.198 82.787h3.021v3.021h-3.021z"/></g><path fill="#747060" d="M110.214 20.95v192.023h-3.003V20.95z"/><path fill="#4e494d" d="M11.169 17.845v195.128H8.164V17.845z"/><g><g fill="#4e494d"><path d="M11.169 11.833h3.003v3.003h-3.003zM14.172 8.83h3.003v3.003h-3.003z"/></g></g><g><g fill="#747060"><path d="M104.209 14.854h3.003v3.003h-3.003z"/><path d="M101.207 11.851h3.003v3.003h-3.003z"/></g></g><g><path fill="#4e494d" d="M98.204 8.849h3.003v3.003h-3.003z"/></g><g><path fill="#4e494d" d="M20.181 5.846h75.045v3.003H20.181z"/></g><path fill="#4e494d" d="M11.169 218.905v-3.003h3.003v3.003z"/><g><g fill="#747060"><path d="M104.209 215.909h3.003v3.003h-3.003z"/><path d="M101.207 218.911h3.003v3.003h-3.003z"/></g></g><g><path fill="#4e494d" d="M23.142 221.914h75.045v3.003H23.142z"/></g><g><path fill="#747060" d="M14.159 218.916h3.003v3.003h-3.003zM17.162 221.92h3.003v3.003h-3.003z"/></g></svg>
|
After Width: | Height: | Size: 4.8 KiB |
1
themes/rbsimple-DE/tic80/images/logo.svg
Normal file
1
themes/rbsimple-DE/tic80/images/logo.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 731.495 125.4"><text transform="translate(504.446 45.884)" fill="#c23334" font-family="ArialMT" font-size="1">I don’t like bugs!</text><g fill="#d7e6d0"><path d="M218.495 47.509V9.505h-9.504V0h38.004v9.505h-9.504v38.004h-18.996zM265.991 47.509v-9.504h9.504v-28.5h-9.504V0h38.004v9.505h-9.504v28.5h9.504v9.504h-38.004zM322.991 47.509v-9.504H313.5v-28.5h9.491V0h28.5v9.505h-18.996v28.5h18.996v9.504h-28.5zm28.5-28.5V9.505h9.504v9.504h-9.504zm0 18.996V28.5h9.504v9.505h-9.504zM379.991 28.5v-9.491h28.5V28.5h-28.5zM436.991 47.509v-9.504H427.5V28.5h9.491v-9.491H427.5V9.505h9.491V0h28.5v9.505h-18.996v9.504h18.996V28.5h-18.996v9.505h18.996v9.504h-28.5zm28.5-28.5V9.505h9.504v9.504h-9.504zm0 18.996V28.5h9.504v9.505h-9.504zM493.991 47.509v-9.504H484.5v-28.5h9.491V0h28.5v9.505h-18.996v28.5h18.996v9.504h-28.5zm28.5-9.504v-28.5h9.504v28.5h-9.504zM18.995 115.909v-9.504H9.491V87.409H0v-9.504h9.491V68.4H28.5v9.505h18.995v9.504H28.5v18.996h18.995v9.504h-28.5zM66.491 115.909v-9.504h9.504V96.9h-9.504v-9.491h28.5v18.996h9.504v9.504H66.491zm9.504-38.004V68.4h18.996v9.505H75.995zM114 115.909V77.905h37.991v9.504h-18.996v28.5H114zm37.991 0v-28.5h9.504v28.5h-9.504zM171 96.9V77.905h9.491V96.9H171zm9.491 28.5v-9.491H199.5v-9.504h-19.009V96.9H199.5V77.905h18.995v38.004h-9.504v9.491h-28.5zM294.491 115.909v-9.504H285V87.409h9.491v-9.504h38.004v9.504H313.5v18.996h18.995v9.504h-38.004zM351.491 115.909v-9.504H342V87.409h9.491v-9.504h28.5v9.504h-18.996v18.996h18.996v9.504h-28.5zm28.5-9.504V87.409h9.504v18.996h-9.504zM399 115.909V77.905h18.995v9.504h9.505v-9.504h9.491v9.504h9.504v28.5h-9.504V96.9H427.5v19.009h-9.505V96.9h-9.504v19.009H399zM456 125.4V77.905h37.991v9.504h-18.996v18.996h18.996v9.504h-18.996v9.491H456zm37.991-18.995V87.409h9.504v18.996h-9.504zM513 106.405v-28.5h9.491v28.5H513zm9.491 9.504v-9.504H541.5v-28.5h18.995v38.004h-38.004zM588.995 115.909v-9.504h-9.504V87.409H570v-9.504h9.491V68.4H598.5v9.505h18.995v9.504H598.5v18.996h18.995v9.504h-28.5zM636.491 115.909v-9.504H627V87.409h9.491v-9.504h28.5v9.504h9.504V96.9H655.5v-9.491h-9.505V96.9h9.505v9.505h9.491v9.504h-28.5zM684 115.909V77.905h37.991v9.504h-18.996v28.5H684zM721.991 96.9v-9.491h9.504V96.9h-9.504z"/></g></svg>
|
After Width: | Height: | Size: 2.2 KiB |
30
themes/rbsimple-DE/tic80/systeminfo.xml
Normal file
30
themes/rbsimple-DE/tic80/systeminfo.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<theme>
|
||||
<formatVersion>6</formatVersion>
|
||||
|
||||
<view name="system">
|
||||
<text name="info1" extra="true">
|
||||
<text>Author : Vadim Grigoruk</text>
|
||||
</text>
|
||||
<text name="info2" extra="true">
|
||||
<text>Initial release : 2017</text>
|
||||
</text>
|
||||
<text name="info3" extra="true">
|
||||
<text>Website : https://tic.computer/</text>
|
||||
</text>
|
||||
<text name="info4" extra="true">
|
||||
<text>TIC-80 is a fantasy computer for making, playing and sharing tiny games.</text>
|
||||
</text>
|
||||
<text name="info5" extra="true">
|
||||
<text>Built-in features : Code editor, Sprite Editor, Tile Map Editor, SFX Editor.</text>
|
||||
</text>
|
||||
<text name="info6" extra="true">
|
||||
<text>Display : 240x136 pixels, 16-color palette</text>
|
||||
</text>
|
||||
<text name="info7" extra="true">
|
||||
<text>Sprites : 256 8x8 foreground sprites, 256 8x8 background tiles</text>
|
||||
</text>
|
||||
<text name="info8" extra="true">
|
||||
<text>Sound : 4 channels (with editable waveform envelopes)</text>
|
||||
</text>
|
||||
</view>
|
||||
</theme>
|
40
themes/rbsimple-DE/tic80/theme.xml
Normal file
40
themes/rbsimple-DE/tic80/theme.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<theme>
|
||||
<formatVersion>6</formatVersion>
|
||||
<include>./../theme.xml</include>
|
||||
<include>./colors.xml</include>
|
||||
<include>./systeminfo.xml</include>
|
||||
|
||||
<view name="system">
|
||||
<image name="controller" extra="true">
|
||||
<path>./images/controller.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="basic, detailed, grid, video">
|
||||
<helpsystem name="help">
|
||||
<textColor>262626</textColor>
|
||||
<iconColor>262626</iconColor>
|
||||
</helpsystem>
|
||||
</view>
|
||||
|
||||
<view name="system, basic, detailed, video">
|
||||
<image name="logo">
|
||||
<path>./images/logo.svg</path>
|
||||
</image>
|
||||
<image name="consolegame" extra="true">
|
||||
<path>./images/consolegame.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="basic, detailed">
|
||||
<image name="console" extra="true">
|
||||
<path>./images/console.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
|
||||
<view name="grid">
|
||||
<image name="logo">
|
||||
<path>./images/logo.svg</path>
|
||||
</image>
|
||||
</view>
|
||||
</theme>
|
Loading…
Reference in a new issue