You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Bug Fixes
-=-=-=-=- -Documentation now shows overridable theme values (though this needs to be documented). -Detect when object transform is flipped and flip normals too. -TileMap can specify bounce and friction for collision. -Removed limit of 4 lights per object -Added is_hovered() to buttons.
This commit is contained in:
@@ -107,6 +107,7 @@ class EditorHelp : public VBoxContainer {
|
||||
Map<String,int> method_line;
|
||||
Map<String,int> signal_line;
|
||||
Map<String,int> property_line;
|
||||
Map<String,int> theme_property_line;
|
||||
Map<String,int> constant_line;
|
||||
int description_line;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user