aboutsummaryrefslogtreecommitdiff
path: root/misc/scripts/svgs_2_pngs.py
Commit message (Collapse)AuthorAgeFilesLines
* removed misc/scripts/svgs_2_pngs.pytoger52017-08-301-139/+0
| | | | - deprecated because icon conversion now happens in godot itself
* Added some missing icons, fixed some ui iconsDaniel J. Ramirez2017-07-121-2/+4
|
* Revert "Add new editor and default theme (WIP)"volzhs2017-05-031-6/+6
| | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-6/+6
|
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-091-0/+137
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.