mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
-improved physics ccd
-html5 exporter works again -disable repeat on image loader by default -can change shape offset en tileset, texture offset was broken
This commit is contained in:
parent
8c1731b679
commit
d7d65fa2f2
65 changed files with 69974 additions and 68330 deletions
|
@ -73,7 +73,7 @@ void TileSetEditor::_import_scene(Node *scene, Ref<TileSet> p_library, bool p_me
|
|||
|
||||
p_library->tile_set_texture(id,texture);
|
||||
if (mi->is_centered()) {
|
||||
p_library->tile_set_offset(id,texture->get_size()/2);
|
||||
p_library->tile_set_texture_offset(id,texture->get_size()/2);
|
||||
}
|
||||
if (mi->is_region()) {
|
||||
p_library->tile_set_region(id,mi->get_region_rect());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue