Godot Engine (v3.0) Hotbars
- Click start menu, type
Command Prompt
- Right-click
Command Prompt
and click onRun as Administrator
- Run the commands below, assuming you checked out the repo into a
Documents\src\godot-hotbars
directory.
cd c:\Users\YOUR_USERNAME\Documents\src\godot-hotbars\example
mklink /D addons c:\Users\YOUR_USERNAME\Documents\src\godot-hotbars\addons
Programmatic creation of both horizontal and vertical hotbars using a hotbar_factory.gd
Static, scene-based horizontal hotbar
Static, scene-based vertical hotbar