Beta1 Attempt #1

-=-==-=-=-=-=-=-

-Small fixes in canvas item light shader
-Fixed compilation in server target
-Export for Android makes 32 bits display as default
-changed version to 1.1beta1
This commit is contained in:
Juan Linietsky
2015-04-02 12:59:23 -03:00
parent 1572238adb
commit 68e42f53ba
8 changed files with 66 additions and 8 deletions

View File

@ -109,6 +109,8 @@ public:
virtual VideoMode get_video_mode(int p_screen=0) const;
virtual void get_fullscreen_mode_list(List<VideoMode> *p_list,int p_screen=0) const;
virtual Size2 get_window_size() const;
virtual void move_window_to_foreground();
void run();