Pixel-Composer/scripts/tooltip_hotkey/tooltip_hotkey.gml
2024-04-03 15:01:26 +07:00

8 lines
No EOL
164 B
Text

function tooltipHotkey(text, context, name) constructor {
self.text = text;
self.hotkey = getHotkey(context, name);
static drawTooltip = function() {
}
}