Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Created October 7, 2019 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KinoAR/b78fd9785f8a55d2535a877bbe9cba79 to your computer and use it in GitHub Desktop.
Save KinoAR/b78fd9785f8a55d2535a877bbe9cba79 to your computer and use it in GitHub Desktop.
An example of godot types done implicitly.
# Godot Game Engine Type Example Explicit
# We assume that the type is an int, since 400 has been assigned
var my_speed:= 400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment