πŸ“¦ qarmin / godot_image_replacer

β˜… 1 stars β‘‚ 1 forks πŸ‘ 1 watching βš–οΈ MIT License
πŸ“₯ Clone https://github.com/qarmin/godot_image_replacer.git
HTTPS git clone https://github.com/qarmin/godot_image_replacer.git
SSH git clone git@github.com:qarmin/godot_image_replacer.git
CLI gh repo clone qarmin/godot_image_replacer
RafaΕ‚ Mikrut RafaΕ‚ Mikrut Update to 0.1.1 2e346c1 5 years ago πŸ“ History
πŸ“‚ master View all commits β†’
πŸ“ src
πŸ“„ .gitignore
πŸ“„ Cargo.lock
πŸ“„ Cargo.toml
πŸ“„ LICENSE
πŸ“„ README.md
πŸ“„ README.md

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 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