-
```
Currently, SpriteMe analyzes the current page and makes sprite
recommendations. But some (many) sites want to sprite background images
from page A with other images from page B. It would be cool i…
-
map_object_info stores the wrong path for building icons in the json file(s). Result are tiny images in the website encyclopedia for the buildings. See:
https://wl.widelands.org/encyclopedia/atlantea…
-
现在每次调用新建都不得不重读文件,太慢了,需要预加载!
如:
```C++
// 发射子弹,father 中有需要的内容
BaseObject* NewBullet(BaseObject* father, const std::string& name)
{
// 问题->
Json::Value objectData = readJsonFromFile(BUL…
-
While working on the svg-sprite-loader middleware I noticed that when not including the core package, a lot of basic configuration is not happening like the entry points etc.
This means that `core` i…
-
Generating SVG sprite map from assets.
SEE:
https://github.com/kisenka/svg-sprite-loader
-
### Steps to reproduce
1. Have some rooms in your room list
a) Scroll
b) Type in a room
### Outcome
#### What did you expect?
No visual glitches / artefacts
#### What happened i…
-
```
Currently, SpriteMe analyzes the current page and makes sprite
recommendations. But some (many) sites want to sprite background images
from page A with other images from page B. It would be cool i…
-
```
Currently, SpriteMe analyzes the current page and makes sprite
recommendations. But some (many) sites want to sprite background images
from page A with other images from page B. It would be cool i…
-
```
Currently, SpriteMe analyzes the current page and makes sprite
recommendations. But some (many) sites want to sprite background images
from page A with other images from page B. It would be cool i…
-
Someone recently asked what the best way was to use a Sprite to display a [spritesheet that only contained individual sprites](https://github.com/straker/js13k-2021/blob/main/src/assets/tilesheet.png)…