summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/Interface/Camera2D.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Racing-Game/Interface/Camera2D.gd')
-rw-r--r--Racing-Game/Interface/Camera2D.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/Racing-Game/Interface/Camera2D.gd b/Racing-Game/Interface/Camera2D.gd
index 2b0da27..4c4eb95 100644
--- a/Racing-Game/Interface/Camera2D.gd
+++ b/Racing-Game/Interface/Camera2D.gd
@@ -7,7 +7,7 @@ var printfps = 0;
# Called when the node enters the scene tree for the first time.
func _ready():
- zoom = Vector2(2,2)
+ zoom = Vector2(7.5,7.5)
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
@@ -18,7 +18,7 @@ func _process(_delta):
# print(1/delta)
# printfps -= 1
pass
-
+
func set_position(pos):
position = pos;