# TheLegendOfHeroes **Repository Path**: kalz/the-legend-of-heroes ## Basic Information - **Project Name**: TheLegendOfHeroes - **Description**: 传奇英雄 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-15 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GDScript-Formatter ![icon](icon.png) An addons of Godot Editor(4.x) for formatting GDScript. ## Feature: 1. Install/Update "gdtoolkit": Project-> Tool-> GDScript Formatter: Install/Update gdtoolkit 2. Formatting: - By shortcut, default is: Shift+Alt+F - By tool menue item: Project-> Tool-> GDScript Formatter: Format script - By Command palette: pop up cammand palette (default by Ctrl+Shift+P), and comfire command "Format GDScript". 3. Format on save: default is disabled, turn on it by changing preference (refer below for more detail). 4. Preference: - You can modify **shortcut** and **formatting preference** by editing resource which are localed at "res://addons/gdscript_formatter/". - You can change **gdformat** and **pip** command by editing \"res://addons/gdscript_formatter/format_preference.tres\" (if these commands can't be found but are installed). ## Requirements: 1. For formatting: "gdtoolkit" 2. For install/update "gdtoolkit": "pip" Please ensure these requirements can be found in your environment.