Author : Victor Karp

How to use enums in the Godot Engine

This Godot Engine tutorial explains how to create enums, compare enum values, get enum items and their names and how to format them. What are enums? Enum is short for “enumeration”. Enums are often used for selecting something from a list, where every item is mutually exclusive. Some examples: Enums are created like this: You […]

Application shortcuts on Linux Mint Cinnamon

Application shortcuts start applications from the menu, panel and desktop. This Linux Mint Cinnamon tutorial explains how to create them. How to create a desktop shortcut on Linux Mint Cinnamon Solution 1: Ctrl + Alt + Shift + Drag the icon Hold Ctrl, Alt and Shift at the same time, then left click and drag the icon of your application. You’ll create […]

Scroll to top