Skip to content

Instantly share code, notes, and snippets.

@andrew-wilkes
Last active December 10, 2019 18:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrew-wilkes/a31297daa82266aca858eb6efc4bb257 to your computer and use it in GitHub Desktop.
Save andrew-wilkes/a31297daa82266aca858eb6efc4bb257 to your computer and use it in GitHub Desktop.
Italic Text Shader for Godot Engine Label
shader_type canvas_item;
void vertex() {
VERTEX.x -= VERTEX.y * 0.3;
}
@andrew-wilkes
Copy link
Author

italics

The result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment