You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
-Reorganized all properties of project settings (Sorry, Again).
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
This commit is contained in:
@@ -273,7 +273,7 @@ public class Godot extends Activity implements SensorEventListener, IDownloaderC
|
||||
|
||||
mView = new GodotView(getApplication(),io,use_gl2,use_32_bits, this);
|
||||
layout.addView(mView,new LayoutParams(LayoutParams.FILL_PARENT,LayoutParams.FILL_PARENT));
|
||||
setKeepScreenOn(GodotLib.getGlobal("display/keep_screen_on").equals("True"));
|
||||
setKeepScreenOn(GodotLib.getGlobal("display/driver/keep_screen_on").equals("True"));
|
||||
|
||||
edittext.setView(mView);
|
||||
io.setEdit(edittext);
|
||||
|
||||
Reference in New Issue
Block a user