Multiplies scrap parts generated when breaking down parts. Optionally always receive maximum scrap for each part
Fix bugs.Ratings and Reviews See All 4.7 out of 5 7.3K Ratings Wheshehsgdgnsbdkwbdndnwndndbfj , 11/24/2023 I love the app and I figured out the problem So the app is really good and it has been glitching other people and I just figured out why if you’re on mobile I don...
Security Find and fix vulnerabilities Codespaces Instant dev environments GitHub Copilot Write better code with AI Code review Manage code changes Issues Plan and track work Discussions Collaborate outside of code Explore All features Documentation GitHub Skills Blog Solutions By size Enterpris...
this would require significant changes, and there might be few users who would actually configure these settings. Therefore, this is just a most cost-effective strategy. Although I still believe that enabling conf_loader to support array-type values ...
Security Find and fix vulnerabilities Codespaces Instant dev environments GitHub Copilot Write better code with AI Code review Manage code changes Issues Plan and track work Discussions Collaborate outside of code Explore All features Documentation GitHub Skills Blog Solutions By size Enterpris...
Release 1.0.1, add gallery, camera config,fix#11,close#15,close#12 Mar 30, 2017 README Apache-2.0 license Album Album is a Material Design style album, it provides three functions: album, camera and gallery. Select images, selecte videos, or select pictures and videos. ...
/* fix bug: https://github.com/cocos-creator/2d-tasks/issues/791 */ /* overflow cannot be applied in Cocos2dGameContainer, otherwise child elements will be hidden when Cocos2dGameContainer rotated 90 deg */ overflow: hidden; } #Cocos2dGameContainer { position: absolute; margin: 0; left:...
Release 1.0.1, add gallery, camera config, fix yanzhenjie#11, close y… March 30, 2017 13:54 README.md Release v2.1.2. June 10, 2018 23:04 build.gradle Upgrade android plugin for gradle. June 10, 2018 16:31 config.gradle Release v2.1.2. June 10, 2018 23:04 gradle.properti...
public class MediaLoader implements AlbumLoader { @Override public void load(ImageView imageView, AlbumFile albumFile) { load(imageView, albumFile.getPath()); } @Override public void load(ImageView imageView, String url) { Glide.with(imageView.getContext()) .load(url) .error(R.drawable....