Improved binding system (ObjectTypeDB::bind_method) to be friendlier to statically typed languages, should help in the Mono integration.
Disabled by default.
This commit is contained in:
parent
842e7bfc2f
commit
d6225b1e00
22 changed files with 517 additions and 23 deletions
|
|
@ -506,7 +506,7 @@ Ref<BitmapFont> BitmapFont::get_fallback() const{
|
|||
return fallback;
|
||||
}
|
||||
|
||||
float BitmapFont::draw_char(RID p_canvas_item, const Point2& p_pos, const CharType& p_char,const CharType& p_next,const Color& p_modulate) const {
|
||||
float BitmapFont::draw_char(RID p_canvas_item, const Point2& p_pos, CharType p_char, CharType p_next, const Color& p_modulate) const {
|
||||
|
||||
const Character * c = char_map.getptr(p_char);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue