sscovil / godot-style-sheets-addon

A CSS-inspired interface for easily creating Godot themes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot Style Sheets (GSS)

A CSS-inspired interface for easily creating Godot themes.

Godot v4.2+ Latest Godot Style Sheets Release GitHub Repo Stars

Table of Contents

Version

Godot Style Sheets requires at least Godot 4.2. It may work with earlier versions, but they have not been tested.

Installation

Let's install Godot Style Sheets into your Godot project:

  • Download the .zip or tar.gz file for your desired Godot Style Sheets version here.
  • Extract the addons folder from this file.
  • Move the addons folder to your Godot project folder.

Now, let's verify you have correctly installed Godot Style Sheets:

  • You have this folder path res://addons/PLUGIN_DIR.
  • Head to Project > Project Settings.
  • Click the Plugins tab.
  • Tick the enabled button next to Godot Style Sheets.
  • Restart Godot.

Usage

TODO

Configuration

TODO

Methods

TODO

Signals

TODO

Troubleshooting

TODO

Attribution

This project was inspired by CDcruzCode's proof-of-concept Godot-Style-sheets discussed in this Reddit thread.

License

This project is licensed under the terms of the MIT license.

About

A CSS-inspired interface for easily creating Godot themes.

License:MIT License


Languages

Language:GDScript 100.0%