diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2026-02-01 16:29:13 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2026-02-01 16:29:13 +0500 |
| commit | b4bb2cc1de2004153a1357e2e6678df7377b42e3 (patch) | |
| tree | 47d4dd062550582aa5b6eaef9b25dba09798ace7 /engine/UI/UIElement.go | |
| parent | 95b7170acdfa73c5842db002ec64f78125fe2f90 (diff) | |
UI button
Diffstat (limited to 'engine/UI/UIElement.go')
| -rw-r--r-- | engine/UI/UIElement.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/UI/UIElement.go b/engine/UI/UIElement.go index b6f29ca..774efee 100644 --- a/engine/UI/UIElement.go +++ b/engine/UI/UIElement.go @@ -5,7 +5,6 @@ import rl "github.com/gen2brain/raylib-go/raylib" type UIElement interface { Init(*Menu) Destroy() - Update() // Gets the scale width of the element. Works similar to CSS's 'flex-grow' GetOccupationWeight() float32 // Draw the element with the given size |
