mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
* Communication 모듈 네모의 꿈 스킨 작업을 시작합니다. * default skin 코드를 기반으로 했습니다. * 추후 javascript 에 과도하게 의존하는 액션을 수정할 예정입니다. * 중간 완성본입니다.
18 lines
567 B
XML
18 lines
567 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<skin version="0.2">
|
|
<title xml:lang="ko">네모의 꿈</title>
|
|
<title xml:lang="en">Rectangular World</title>
|
|
<description xml:lang="ko">
|
|
면과 선으로 이루어진 단순한 모양의 깔끔한 스킨
|
|
</description>
|
|
<description xml:lang="en">
|
|
Simple rectangular planes and shadows
|
|
</description>
|
|
<version>0.1</version>
|
|
<date>2017-04-30</date>
|
|
|
|
<author email_address="misol.kr@gmail.com" link="https://github.com/misol">
|
|
<name xml:lang="ko">misol</name>
|
|
<name xml:lang="en">misol</name>
|
|
</author>
|
|
</skin>
|