Browse Source

Добавить шаблон текстуры фишки | Add tile texture template

master
parent
commit
0b9ee05f20
4 changed files with 6 additions and 0 deletions
  1. +6
    -0
      разметить
  2. BIN
      разметка-128.png
  3. BIN
      текстура-фишки|tile-texture.xcf
  4. BIN
      фон-128.png

+ 6
- 0
разметить View File

@@ -0,0 +1,6 @@
#!/bin/bash
SRC="фон-128.png"
for i in {1..42}; do
echo $i
convert -pointsize 20 -draw "text 30,85 '$i'" $SRC $i.png
done

BIN
разметка-128.png View File

Before After
Width: 128  |  Height: 128  |  Size: 6.7KB

BIN
текстура-фишки|tile-texture.xcf View File


BIN
фон-128.png View File

Before After
Width: 128  |  Height: 128  |  Size: 1.5KB

Loading…
Cancel
Save