Deleted non-CC0 assets

Managed room7 camera pushes
This commit is contained in:
Julian Murgia
2021-01-09 18:41:35 +01:00
parent ff89dc1677
commit 933122f085
678 changed files with 2659 additions and 4758 deletions

View File

@@ -15,6 +15,16 @@ var zoom_target
# This is needed to adjust dialog positions and such, see dialog_instance.gd
var zoom_transform
"""
Sets camera limits so it doesn't go out of the scene. If kwargs is null, default
limits are used. See Camera2D limits for more details.
- kwargs Dictionary (can be null) Limits to set.
- limit_left int Left limit.
- limit_right int Right limit.
- limit_top int Top limit.
- limit_bottom int Bottom limit.
- set_default bool (Facultative) If true, the given limits are save as default limits.
"""
func set_limits(kwargs=null):
if not kwargs:
kwargs = {