Cliff Hudson

Results 4 issues of Cliff Hudson

Change material array index type to uint16 to allow more materials. Allow individual materials per-face. Minor fixups for compilation warnings/errors for 4.7. NOTE: To actually use per-face materials requires a...

Cargo.toml: ``` bevy = version = "0.12.1" bevy_mod_debugdump = "0.9.0" ``` Code: ``` use bevy::prelude::*; ... let mut app = App::new(); app.add_plugins(DefaultPlugins) .add_systems(Startup, systems::setup) .add_systems( Update, (bevy::window::close_on_esc, systems::rotate_in_place), ); if...

Windows 11/Rust 1.73/Slint 1.2.2 Given a component which has the following properties and children: ``` in-out property profile; Text { text: "Name: \{profile.name}"; } LineEdit { text: profile.name; edited(val) =>...

bug
a:builtin elements

`[09:10:08] [Netty Client IO #7/INFO]: Server has additional mods that may be needed on the client: dynview@ANY, limitedchunks@` MC 1.19.2, Forge 43.2.8, DynView 2.9, Limited Chunks 2.4