Skip to content

VinhPhmCng/gdscript-sections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

GDScript Sections

A small addon that improves organization and navigation when scripting in the Godot editor.


Table of Contents
  1. About The Project
  2. How To Use
  3. Installation
  4. Contribute
  5. License

About The Project

Godot Style Screenshot 1

Built With

Version: Godot 4.1

(back to top)

How To Use

CTRL+U

  • Toggles visibility of the addon (Godot's script editor must have focus)

CTRL+J

  • Toggles visibility of sections (Godot's script editor must have focus)

To change text of a section

  • Simply click on its current text

(back to top)

Installation

Using Godot Asset Library

  • In-editor AssetLib

    1. Search for GDScript Sections in Godot's in-editor AssetLib and press download

    2. Enable the addon in Project -> Project Settings -> Plugins

  • Online

    1. Dowload the ZIP archive from link.

    2. Import the folder gdscript_sections/ into your Godot project's addons/ folder (Godot v4.1).

    3. Enable the addon in Project -> Project Settings -> Plugins

Manually

  1. Clone the repo OR download and extract the ZIP archive.

    git clone https://github.com/VinhPhmCng/gdscript-sections.git
  2. Import the folder gdscript_sections/ into your Godot project's addons/ folder (Godot v4.1).

  3. Enable the addon in Project -> Project Settings -> Plugins

(back to top)

Contribute

  • Any contribution is much appreciated.

(back to top)

License

MIT License © VPC

(back to top)