You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Little Bits
-=-=-=-=-=- -Fixed small bugs all around -Added ability to show/hide entire sections of the spatial (3D) tree -WIP new vehicle (not ready yet) based on Bullet
This commit is contained in:
@@ -30,6 +30,7 @@ class BakedLightEditor : public Control {
|
||||
HBoxContainer *bake_hbox;
|
||||
Button *button_bake;
|
||||
Button *button_reset;
|
||||
Button *button_make_lightmaps;
|
||||
Label *bake_info;
|
||||
|
||||
|
||||
@@ -41,6 +42,8 @@ class BakedLightEditor : public Control {
|
||||
MENU_OPTION_CLEAR
|
||||
};
|
||||
|
||||
void _bake_lightmaps();
|
||||
|
||||
void _bake_pressed();
|
||||
void _clear_pressed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user