This website requires JavaScript.
Explore
Help
Sign In
noahbackus
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
Files
f259f9cbc3eefe431bedc85af08a4d5bbc020d88
godot
/
modules
/
gdscript
T
History
eska
eb9621624f
Add GDScript export hint for real numbers with easing
export(float, EASE)
2015-10-16 20:37:13 +02:00
..
config.py
…
gd_compiler.cpp
…
gd_compiler.h
…
gd_editor.cpp
detect node and variable assignments in _ready, _init, etc for further code completion
2015-08-30 11:50:10 -03:00
gd_functions.cpp
…
gd_functions.h
…
gd_parser.cpp
Add GDScript export hint for real numbers with easing
export(float, EASE)
2015-10-16 20:37:13 +02:00
gd_parser.h
detect node and variable assignments in _ready, _init, etc for further code completion
2015-08-30 11:50:10 -03:00
gd_pretty_print.cpp
…
gd_pretty_print.h
…
gd_script.cpp
**WARNING BEFORE PULLING**
2015-08-23 20:15:56 -03:00
gd_script.h
**WARNING BEFORE PULLING**
2015-08-23 20:15:56 -03:00
gd_tokenizer.cpp
Add missing token name for signal.
closes
#2201
2015-08-07 22:20:52 +02:00
gd_tokenizer.h
…
register_types.cpp
…
register_types.h
…
SCsub
…