Updated devel_fun (markdown)

reduz 2014-12-18 06:00:12 -08:00
parent 52ac478b8a
commit 2d66f713ed

@ -10,7 +10,7 @@ Godot lacks a terrain engine. Most modern engines have this. Be it based on heig
Many Godot demos do not work well on mobile because touchscreen input methods are not supported. If you want to give it a try implementing this, let us know!
## Binding GDScript to Java
### Binding GDScript to Java
Are you a capable Android developer and a master of Java? Godot has some code for binding Android API directly to GDScript, so the need to write native Java code for special features or integrating SDKs is reduced. This feature is done, but needs testing and making sure it's usable.