Logo
Explore Help
Sign In
northern-lighthouse/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
774023a38e7792ddb51b8e34e7592aac28b10458
godot/modules/gridmap/config.py

15 lines
161 B
Python
Raw Normal View History

GODOT IS OPEN SOURCE
2014-02-09 22:10:30 -03:00
def can_build(platform):
Many fixes to make exported scenes work better, still buggy.
2017-02-15 08:29:46 -03:00
return True
Remove trailing spaces
2016-04-02 20:26:12 +02:00
GODOT IS OPEN SOURCE
2014-02-09 22:10:30 -03:00
def configure(env):
style: Start applying PEP8 to Python files, indentation issues Done with `autopep8 --select=E1`, fixes: - E101 - Reindent all lines. - E112 - Fix under-indented comments. - E113 - Fix over-indented comments. - E115 - Fix under-indented comments. - E116 - Fix over-indented comments. - E121 - Fix a badly indented line. - E122 - Fix a badly indented line. - E123 - Fix a badly indented line. - E124 - Fix a badly indented line. - E125 - Fix indentation undistinguish from the next logical line. - E126 - Fix a badly indented line. - E127 - Fix a badly indented line. - E128 - Fix a badly indented line. - E129 - Fix a badly indented line.
2016-10-30 18:44:57 +01:00
pass
Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will recognize them.
2017-09-12 17:42:36 -03:00
def get_doc_classes():
return ["GridMap"]
def get_doc_path():
return "doc_classes"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 158ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API