#I just want to tween my camera :´)

1 messages · Page 1 of 1 (latest)

valid stag
#

The error message says it all: 'res://PointnClick.tscn' is not a propery of camera_2d. It actually isn't a property at all. 'position' might be the property you wan't to use (or any other variable that can be accessed via a dot after camera_2d)

hoary heron
#

also, you're tweening the zoom over 1000 seconds? i guess you thought it would be in milliseconds, but it isn't.

unkempt solar
#

thx alot i changed the property too camera_2d.zoom and now it says The tweened property "" does not exist in object "Camera2D

valid stag
#

-> tween_property(camera_2d, 'zoom', Vector2(1,1), 1)