Skip to content

Commit

Permalink
mention source code and web demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Oct 31, 2023
1 parent cb43f01 commit 994ca86
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/fyrox/ui/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,9 @@ MyButtonBuilder::new(
)
.with_text("Click Me!".to_string())
.build(ctx);
```
```

## 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.

0 comments on commit 994ca86

Please sign in to comment.