Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.4 KB

codes.md

File metadata and controls

15 lines (12 loc) · 1.4 KB

GDScript / Tips and Tricks

Godot Awesome List

Tips and Tricks

  • AES Crypto - AES in GDScript implements AES cryptography in GDScript. It consists of only one script file, AES.gd. Either load this script in your project's AutoLoad, or attach it to a Node and make it a scene.
  • Play and Save Game - You must keep and read back values ​​such as level information user information of any game when the player returns to the game. A comprehensive example of this
  • WebSocket Tutorial - Using WebSocket in Godot, Minimal examples and demos document.
  • WebSocket Example - Basic and Advanced client, server code example.

Editors

  • Atom Editor - (lang-gdscript) GDScript (Godot Scripting Language) grammar and completions for atom.io.
  • Sublime Editor - Godot Engine GDScript syntax highlighting for Sublime Text.
  • Visual Studio Code - Godot Tools - Debug, Run, Full typed GDScript support , Full documentation of the Godot Engine's API supported.