Skip to content

Commit

Permalink
texture region editor for nine patch widget
Browse files Browse the repository at this point in the history
- draft
  • Loading branch information
mrDIMAS committed Jan 27, 2025
1 parent ba145b4 commit 7884861
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 25 deletions.
4 changes: 2 additions & 2 deletions fyrox-ui/src/inspector/editors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
//! A collection of [PropertyEditorDefinition] objects for a wide variety of types,
//! including standard Rust types and Fyrox core types.
use crate::nine_patch::StretchMode;
use crate::{
absm::{EventAction, EventKind},
bit::BitField,
Expand Down Expand Up @@ -82,7 +81,7 @@ use crate::{
menu::{Menu, MenuItem},
message::{CursorIcon, UiMessage},
messagebox::MessageBox,
nine_patch::NinePatch,
nine_patch::{NinePatch, StretchMode},
numeric::NumericUpDown,
path::PathEditor,
popup::Popup,
Expand Down Expand Up @@ -141,6 +140,7 @@ pub mod rect;
pub mod refcell;
pub mod string;
mod style;
pub mod texture_slice;
pub mod utf32;
pub mod uuid;
pub mod vec;
Expand Down
Loading

0 comments on commit 7884861

Please sign in to comment.