UI

Recent snippets tagged «ui»

Easy Font Size Scaler
greenpixels
An autoload script that adds an easy adds dynamic scaling to all text in your project Godot 4.4 GDScript UI text font
Monitor Layout UI
Casual Garage Coder
Users can have multiple monitors. Here is a custom UI node to display their layout. Godot 4.x GDScript UI
Stick Visualizer
Casual Garage Coder
A control node that displays a stick status/values Godot 4.x GDScript UI joystick gamepad
2D Radial Menu
Casual Garage Coder
Very simple radial menu to be used in 2D context Godot 4.x GDScript UI
Number setting UI with slider
Casual Garage Coder
Ever wanted a simple way to set a number manually or with the help of a slider ingame ? Here's a way to do it. Godot 4.x GDScript UI Accessibility
Basic RTS camera3D
PapaPandaGames
a very basic camera3D controller for 3rd person cameras Godot 4.x GDScript camera3d controller UI
Minimal Log Message Roller
Casual Garage Coder
Using the Message Bus described in a previous snippet, display log message in a minimal UI Godot 4.x GDScript log UI