godot/scene
volzhs e577093965 Fix colored font rendered in wrong size
Fix #24456

The character->rect.size is properly update at DynamicFontAtSize::_bitmap_to_character
so no need to multiply scale again.

It was changed with 5cd12f6649
2018-12-19 03:54:51 +09:00
..
2d Add z-index to ATLAS_TILE 2018-12-17 10:03:50 -02:00
3d Merge pull request #24161 from aroncds/master 2018-12-14 13:34:46 +01:00
animation Fix sub-transitions not using end_node correctly 2018-12-16 23:40:41 -02:00
audio Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop 2018-11-11 11:00:24 -03:00
gui Fix Word wrap cache desync causing crash 2018-12-18 13:12:46 +00:00
main Fix touch release event on _gui_input 2018-12-14 18:28:11 +00:00
resources Fix colored font rendered in wrong size 2018-12-19 03:54:51 +09:00
register_scene_types.cpp Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
register_scene_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
scene_string_names.cpp Massive rewrite to AnimationTree. Many APIs changed in order to: 2018-08-20 13:39:16 -03:00
scene_string_names.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub Move Penner easing equations to thirdparty/misc 2018-09-28 16:01:26 +02:00