๐Ÿ“ฆ qarmin / godot_image_replacer

๐Ÿ“„ README.md ยท 20 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20## Godot image replacer
This repository contains app which replace all `jpg` and `png` images with another one with 1x1 size and random color.  
This for big projects like [Tps Demo](https://github.com/godotengine/tps-demo) allows to import project a lot of faster.  
It is helpful e.g. in testing project with help of Valgrind or sanitizers because importing images take a lot of time and every second counts.

### Usage
```
godot_image_replacer /home/rafal/Project/tps-demo
```
or 
```
cd godot_project
godot_image_replacer
```

### Warning
Make sure that you have backup of your images and/or committed changes to git.

### License
MIT