From 994ca86fac4b37247d34d495a8e6ca4c798a49d6 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 31 Oct 2023 20:31:08 +0300 Subject: [PATCH] mention source code and web demo --- src/fyrox/ui/custom.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/fyrox/ui/custom.md b/src/fyrox/ui/custom.md index 25bf88ef..b771f3cf 100644 --- a/src/fyrox/ui/custom.md +++ b/src/fyrox/ui/custom.md @@ -298,4 +298,9 @@ MyButtonBuilder::new( ) .with_text("Click Me!".to_string()) .build(ctx); -``` \ No newline at end of file +``` + +## Source Code and Web Demo + +Full source code for this chapter can be found [here](https://github.com/FyroxEngine/Fyrox-demo-projects/blob/main/ui/game/src/custom.rs) +and you can also run [web demo](https://fyrox.rs/assets/demo/ui/index.html) to see it in action. \ No newline at end of file