1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00
Files
godot/editor
Emmanouil Papadeas 256b99ca40 Fix Camera2D.rotating not being converted and reversed properly
Godot 3's Camera2D `rotating = true` and `rotating = false` are supposed to be converted and reversed to `ignore_rotation = false` and `ignore_rotation = true` respectively, but this wasn't the case before this PR, as the project converted was failing to properly read the `true` and `false` strings, thus resulting in `ignore_rotation = true` in all cases.
2023-07-10 12:52:48 +03:00
..
2023-06-06 15:36:51 +01:00
2023-05-23 13:22:35 -07:00
2023-06-12 20:15:23 +03:00
2023-01-31 18:54:04 +01:00
2023-06-26 14:03:21 +02:00
2023-06-06 15:36:51 +01:00
2023-05-30 00:53:02 +02:00
2023-06-06 15:36:51 +01:00