An open API service indexing awesome lists of open source software.

https://github.com/m50/godot-theme-api

An api to convert a CSS-like file into a Godot theme file.
https://github.com/m50/godot-theme-api

Last synced: 3 months ago
JSON representation

An api to convert a CSS-like file into a Godot theme file.

Awesome Lists containing this project

README

          

# Godot Theme API

![psalm type coverage](https://shepherd.dev/github/m50/godot-theme-api/coverage.svg)
![Code Validation](https://github.com/m50/godot-theme-api/workflows/Code%20Validation/badge.svg)
[![styleci status](https://github.styleci.io/repos/332334211/shield)](https://github.styleci.io/repos/332334211)
[![Coverage Status](https://coveralls.io/repos/github/m50/godot-theme-api/badge.svg?branch=main)](https://coveralls.io/github/m50/godot-theme-api?branch=main)
[![Vercel Endpoint](https://badgen.net/badge/endpoint/godot-theme-api?icon=zeit)](https://godot-theme-api.vercel.app/convert)

This is a simple API to take a gcss (Godot CSS) file and converts it to a theme.tres file for use in Godot. Godot CSS is a CSS-esque file made specifically for this tool, so that creating themes can be done through code rather than through the clunky Godot UI.