master
Colin McMillen 4 years ago
parent
commit
1abccf5c4a
  1. 2
      Cookbook.md

2
Cookbook.md

@ -1,3 +1,5 @@
* pngcrush everything: `for file in **/*.png ; do pngcrush -brute -ow $file; done`
* sizes of things in C#:
```
sizeof(Vector2) = 8

Loading…
Cancel
Save