kautism

Results 10 issues of kautism

Hello I add a feature about any fd can be editable.

## In Tiled Editor: ![image](https://user-images.githubusercontent.com/3898040/226789706-bdc18eeb-ee44-4553-aabc-d8ef14b08806.png) ##In Bevy ecs tilemap: ![image](https://user-images.githubusercontent.com/3898040/226789662-ad8b4193-7eca-4953-bc13-c71488f176d2.png) ## This is t1.png ![t1](https://user-images.githubusercontent.com/3898040/226793841-42f26e96-ebb8-491e-a5c8-fd0a60c017e0.png) ## This is tmx file ``` KLUv/WDQAeUBAFAAAQEAAQEBAQEBHaCAfWADSeohACiwECWHwVncQwOrX2HuohFAI8zdiZaXlO5S+myG50vazEDnIKfTOw== ``` ## This is bevy_ecs_tilemap version tiled =...

bug

![image](https://user-images.githubusercontent.com/3898040/228163119-a4890511-7c14-4c50-b5f2-6122d1c2b79e.png) I just found visibility field in TilemapBundle.

enhancement

Support staggered map. See #403

Centos 8 Stream kernel-4.18.0-408.el8.x86_64

Add libftdi support. It is very useful if someone only have one arduino which have a broken bootloader. Patch 01 is fix a bug which will close the ftdi usb...

``` fn main() { App::new() .init_state::() .add_plugins(DefaultPlugins) .add_plugins(RonAssetPlugin::::new(&["novel.ron"])) .add_loading_state( LoadingState::new(MyStates::AssetLoading) .continue_to_state(MyStates::Next) .with_dynamic_assets_file::( "test.assets.ron", ) .load_collection::(), ) .run(); } #[derive(AssetCollection, Resource, Debug)] struct MyAssets { #[asset(key = "storys", collection(typed))] pub storys:...

thread 'IO Task Pool (0)' panicked at C:\Users\kautism\.cargo\registry\src\index.crates.io-6f17d22bba15001f\aseprite-loader-0.2.0\src\binary\chunks\palette.rs:52:42: attempt to add with overflow