Skip to content

A custom Godot GUI node made to extend the Control node with relative, axis-specific scaling and offset features.

Notifications You must be signed in to change notification settings

0And/godot-scale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

godot-scale

A custom Godot GUI node made to extend the Control node with relative, axis-specific scaling and offset features.

This repository features both a C++ module version and a GDScript plugin version. The "scale" directory is the C++ module to be compiled with the engine. The "scale_plugin" directory is the GDScript plugin which can be added to your addons directory in your project directory.

Features

  • Relative scalar GUI sizing
  • Offset GUI sizing
  • Relative scalar positioning
  • Offset GUI positioning
  • Axis-specific relative constraints

About

A custom Godot GUI node made to extend the Control node with relative, axis-specific scaling and offset features.

Topics

Resources

Stars

Watchers

Forks