0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Pyxelで使うリソースファイルpyxres2つを1つへ統合、ミクさんと寿司をまとめてみた

Posted at

Pyxelでリソースファイルを2つ並行して作っていたけど
1つにまとめたいと思ったのでその過程を残します。

※開発者さまのTwitter投稿で
 「.pyxresはzipにして解凍すれば編集可能」
 と拝見したのでそれを実際に行ってみました。

統合してみるのは次の2つ

ミクさんの画像リソース(miku.pyxres)
image.png

寿司の画像リソース(maguro.pyxres)
image.png

この2つを統合(寿司側に統合)してみます。

それぞれコピーして、zipに拡張子を変更して開きます。
image.png

image0をsakuraエディタ等で開きます。
image.png
編集画面の状態がそのまま対応しているように見えます。
image.png

まるっとコピーして、統合先の同様に開いたファイルの
0並びの領域へ移します。
今回だと、miku側の16×128の矩形選択領域を
寿司側の既存データ横に貼り付けました。
image.png

貼り付けたimage0と、versionファイルを含んだフォルダを
任意名にリネーム後zipに戻し、拡張子をpyxresに変更します。
image.png

image.png

これをPyxelEditorで開いて確認してみます。
≫pyxel edit kurukuru.pyxres
image.png

統合できました!

pyxel-20221224-233024.gif

以上です。簡単!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?