Commit Graph
5 Commits
Author SHA1 Message Date
Rémi Verschelde a0e32ac017 Fix mixed use of tabs and spaces in indented blocks
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
hungrymonkey dfc35f19a7 Update custom_godot_servers.rst
"but" doesn't seem correct in this context. I wonder how I missed this word.
Before: It is possible to emit signals to GDScript but calling the GDScript dummy object.
After: It is possible to emit signals to GDScript by calling the GDScript dummy object.
2018-09-12 14:36:38 -07:00
Hugo Locurcio b2eb5ed8d4 Improve Custom Godot servers page and fix typos
This also makes the example code conform to the engine code style.
2018-06-20 20:24:29 +02:00
cheeseburger 144249d942 Fixed hyperlinks
pervious commits were missing a _doc header

:ref: doc_guide instead of guide
2018-04-30 16:26:50 -07:00
hungrymonkey d399a7a1ff init commit custom godot servers, new file (#1400)
* custom godot servers, new tutorial
2018-04-30 16:40:22 +02:00