TankorSmash
TankorSmash
Creator v1.8.1 If you create a Toggle in Creator and try to use them in cocos2d-x, the background and checkbox sprites are loaded into the `ui::CheckBox`'s instance as textures as...
Creator must have changed the internal names for them at one point, `cc.RadioGroup` is used for the C++ plugin, but `cc.RadioContainer` is what Creator exports. After the [Layout PR I...
This adds in a Layout and uses the background color from the editor, sort of how it worked in Cocos Studio. The background color use is inconsistent but I'm not...
also added a note about where to find the title renderer set up No worries if this doesn't align with you guys.
If you've got a Button in Creator with its BMFont Label's size set to 24, then import it into your project, then call `button->setTitleText`, the title renderer will get resized...
Go to http://stackoverflow.com/, type 'asdasd' in the search bar, hit esc, click back in the search bar, type a bit, hit escape, see random text get inserted. FF 34.0, Ubuntu...
My intention here was to have a graph centered around 1.0, but have the ranges go from 0.5 to 1.5 to begin, which works. The issue is that when I've...
### Zig Version 0.9.0-dev.1737+c42763f8c ### Steps to Reproduce ``` mkdir repro cd repro zig init-exe mkdir subdir mkdir other_subdir touch subdir/solution.zig touch other_subdir/solution.zig ``` edit `src/Main.zig` to ```zig const std...
Hey there, https://github.com/lykahb/groundhog/blob/146691a828db39932c8212cd68f732d74589e488/examples/rawQueries.hs The rawQueries example uses `mapAllRows`, but commit [`decc193` ](https://github.com/lykahb/groundhog/commit/decc193) appears to have removed it, potentially in favour of `streamToList`(?). I'd update the example but I'm currently trying...
Load up vim-css-color, open a .py file, hit `Ctrl-X`, enjoy a non trivial amount of time to follow it up with `Ctrl-L` to copy the line. Then edit any html...